summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-12 18:42:22 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-12 18:42:22 +0000
commitab1e43b773fa18b153e4888a415f6bd383ad8b56 (patch)
treedfb801daf9840fe15cb6cb0859250c2303dcffea
parentaedb0e25349a675507fcdd63e37f9add50ac584a (diff)
downloademacs-ab1e43b773fa18b153e4888a415f6bd383ad8b56.tar.gz
(interpreter-mode-alist): Recognize perl5.
-rw-r--r--lisp/files.el1
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)