# HG changeset patch # User Richard M. Stallman # Date 780379877 0 # Node ID 626086713f3661225ed9d450d875a1975daef624 # Parent eee647e8ca9e19d8ec5e86f058ff474f2850e4d6 (auto-execute): Use \' in auto-mode-alist regexps. diff -r eee647e8ca9e -r 626086713f36 lisp/emulation/mlsupport.el --- 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)))