changeset 9058:626086713f36

(auto-execute): Use \' in auto-mode-alist regexps.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 04:11:17 +0000
parents eee647e8ca9e
children 23fe3c3fffe5
files lisp/emulation/mlsupport.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/mlsupport.el	Sat Sep 24 04:09:46 1994 +0000
+++ b/lisp/emulation/mlsupport.el	Sat Sep 24 04:11:17 1994 +0000
@@ -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)))