diff options
| -rw-r--r-- | lisp/emulation/mlsupport.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 139 | (if (/= (aref pattern 0) ?*) | 139 | (if (/= (aref pattern 0) ?*) |
| 140 | (error "Only patterns starting with * supported in auto-execute")) | 140 | (error "Only patterns starting with * supported in auto-execute")) |
| 141 | (setq auto-mode-alist (cons (cons (concat "\\." (substring pattern 1) | 141 | (setq auto-mode-alist (cons (cons (concat "\\." (substring pattern 1) |
| 142 | "$") | 142 | "\\'") |
| 143 | function) | 143 | function) |
| 144 | auto-mode-alist))) | 144 | auto-mode-alist))) |
| 145 | 145 | ||