]> git.eshelyaron.com Git - emacs.git/commitdiff
(interpreter-mode-alist): Recognize perl5.
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Apr 1996 18:42:22 +0000 (18:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Apr 1996 18:42:22 +0000 (18:42 +0000)
lisp/files.el

index 9c3caa1b4685c2770e815ab04357baacfa12828f..81142835b068270e85746b53b5e3f8fb85fbdf3a 100644 (file)
@@ -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)