the python-mode.el isn't distributed anymore with python >= 2.7, so remove

this message for now.

discussed with and ok rpointel@
This commit is contained in:
jasper 2011-05-22 19:21:24 +00:00
parent 4d0ac77445
commit 87723a3ac3
2 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2011/05/05 23:25:44 fgsch Exp $
# $OpenBSD: Makefile,v 1.5 2011/05/22 19:21:24 jasper Exp $
VERSION = 2.7
PATCHLEVEL = .1
REVISION = 2
REVISION = 3
SHARED_LIBS = python2.7 0.0
AUTOCONF_VERSION = 2.65

View File

@ -1,5 +0,0 @@
You may wish to add the following to your .emacs:
(autoload 'python-mode "python-mode" "Python Mode." t)
(add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode))
(add-to-list 'interpreter-mode-alist '("python" . python-mode))