diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-12 18:42:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-12 18:42:22 +0000 |
commit | ab1e43b773fa18b153e4888a415f6bd383ad8b56 (patch) | |
tree | dfb801daf9840fe15cb6cb0859250c2303dcffea /lisp/files.el | |
parent | aedb0e25349a675507fcdd63e37f9add50ac584a (diff) | |
download | emacs-ab1e43b773fa18b153e4888a415f6bd383ad8b56.tar.gz |
(interpreter-mode-alist): Recognize perl5.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 9c3caa1b468..81142835b06 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1016,6 +1016,7 @@ REGEXP and search the list again for another match.") (defconst interpreter-mode-alist '(("perl" . perl-mode) + ("perl5" . perl-mode) ("wish" . tcl-mode) ("wishx" . tcl-mode) ("tcl" . tcl-mode) |