From ab1e43b773fa18b153e4888a415f6bd383ad8b56 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 12 Apr 1996 18:42:22 +0000 Subject: (interpreter-mode-alist): Recognize perl5. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') 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) -- cgit v1.2.1