From ac6ff3ed72ceecafb2980aa50deea1a2cbab4a85 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 04:11:17 +0000 Subject: [PATCH] (auto-execute): Use \' in auto-mode-alist regexps. --- lisp/emulation/mlsupport.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/mlsupport.el b/lisp/emulation/mlsupport.el index 63576d52f8b..3596036d0e5 100644 --- a/lisp/emulation/mlsupport.el +++ b/lisp/emulation/mlsupport.el @@ -139,7 +139,7 @@ (if (/= (aref pattern 0) ?*) (error "Only patterns starting with * supported in auto-execute")) (setq auto-mode-alist (cons (cons (concat "\\." (substring pattern 1) - "$") + "\\'") function) auto-mode-alist))) -- 2.39.5