(interpreter-mode-alist): Recognize perl5.

This commit is contained in:
Richard M. Stallman 1996-04-12 18:42:22 +00:00
parent 4f14f060c7
commit e049945bc0

View file

@ -1016,6 +1016,7 @@ REGEXP and search the list again for another match.")
(defconst interpreter-mode-alist (defconst interpreter-mode-alist
'(("perl" . perl-mode) '(("perl" . perl-mode)
("perl5" . perl-mode)
("wish" . tcl-mode) ("wish" . tcl-mode)
("wishx" . tcl-mode) ("wishx" . tcl-mode)
("tcl" . tcl-mode) ("tcl" . tcl-mode)