From: Richard M. Stallman Date: Fri, 12 Apr 1996 18:42:22 +0000 (+0000) Subject: (interpreter-mode-alist): Recognize perl5. X-Git-Tag: emacs-19.34~850 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e049945bc05c5b51cd0d8f0cd26d554c942f59a1;p=emacs.git (interpreter-mode-alist): Recognize perl5. --- 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)