1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 05:51:11 -07:00

(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
'(("perl" . perl-mode)
("perl5" . perl-mode)
("wish" . tcl-mode)
("wishx" . tcl-mode)
("tcl" . tcl-mode)