changeset 15010:1afa2e4aed57

(interpreter-mode-alist): Recognize perl5.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Apr 1996 18:42:22 +0000
parents ea6167033080
children 994f5cef3de6
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Fri Apr 12 16:03:01 1996 +0000
+++ b/lisp/files.el	Fri Apr 12 18:42:22 1996 +0000
@@ -1016,6 +1016,7 @@
 
 (defconst interpreter-mode-alist
   '(("perl" . perl-mode)
+    ("perl5" . perl-mode)
     ("wish" . tcl-mode)
     ("wishx" . tcl-mode)
     ("tcl" . tcl-mode)