[arch-commits] Commit in emacs-python-mode/trunk (PKGBUILD emacs-python-mode.install)

Sergej Pupykin spupykin at archlinux.org
Fri Sep 12 12:30:10 UTC 2014


    Date: Friday, September 12, 2014 @ 14:30:09
  Author: spupykin
Revision: 118863

typo

Modified:
  emacs-python-mode/trunk/PKGBUILD
  emacs-python-mode/trunk/emacs-python-mode.install

---------------------------+
 PKGBUILD                  |    2 +-
 emacs-python-mode.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-12 12:23:36 UTC (rev 118862)
+++ PKGBUILD	2014-09-12 12:30:09 UTC (rev 118863)
@@ -4,7 +4,7 @@
 
 pkgname=emacs-python-mode
 pkgver=6.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Python mode for Emacs"
 url="https://launchpad.net/python-mode"
 license=("GPL")

Modified: emacs-python-mode.install
===================================================================
--- emacs-python-mode.install	2014-09-12 12:23:36 UTC (rev 118862)
+++ emacs-python-mode.install	2014-09-12 12:30:09 UTC (rev 118863)
@@ -4,7 +4,7 @@
 ==> autoloading and autorecognition of "*.py" files:
 
 (autoload 'python-mode "python-mode.el" "Python mode." t)
-(setq auto-mode-alist (append '(("/*.\.py$" . python-mode)) auto-mode-alist))
+(setq auto-mode-alist (append '(("/.*\.py\\'" . python-mode)) auto-mode-alist))
 EOF
 }
 




More information about the arch-commits mailing list