From 87723a3ac35952d3897da121e1112743e9f2da45 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 22 May 2011 19:21:24 +0000 Subject: [PATCH] the python-mode.el isn't distributed anymore with python >= 2.7, so remove this message for now. discussed with and ok rpointel@ --- lang/python/2.7/Makefile | 4 ++-- lang/python/2.7/pkg/MESSAGE-tools | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 lang/python/2.7/pkg/MESSAGE-tools diff --git a/lang/python/2.7/Makefile b/lang/python/2.7/Makefile index 1b18c3f3420..7cb0b88641e 100644 --- a/lang/python/2.7/Makefile +++ b/lang/python/2.7/Makefile @@ -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 diff --git a/lang/python/2.7/pkg/MESSAGE-tools b/lang/python/2.7/pkg/MESSAGE-tools deleted file mode 100644 index 753ef804796..00000000000 --- a/lang/python/2.7/pkg/MESSAGE-tools +++ /dev/null @@ -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))