From e0707fde02068233fd3404d0093d111075889375 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 23 Jul 2012 21:58:53 +0900 Subject: [PATCH] remove unneeded / from auto-mode-alist --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 416d84f..b6e3335 100644 --- a/emacs.el +++ b/emacs.el @@ -650,7 +650,7 @@ drill-instructor.el" (when (locate-library "pkgbuild-mode") (autoload 'pkgbuild-mode "pkgbuild-mode.el" "PKGBUILD mode." t) - (setq auto-mode-alist (append '(("/PKGBUILD$" . pkgbuild-mode)) + (setq auto-mode-alist (append '(("PKGBUILD\\'" . pkgbuild-mode)) auto-mode-alist))) (setq python-python-command (or (executable-find "python3")