comparison lisp/files.el @ 15010:1afa2e4aed57

(interpreter-mode-alist): Recognize perl5.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Apr 1996 18:42:22 +0000
parents 5457cf99d7e1
children 7cc3bad1b93e
comparison
equal deleted inserted replaced
15009:ea6167033080 15010:1afa2e4aed57
1014 calling FUNCTION (if it's not nil), we delete the suffix that matched 1014 calling FUNCTION (if it's not nil), we delete the suffix that matched
1015 REGEXP and search the list again for another match.") 1015 REGEXP and search the list again for another match.")
1016 1016
1017 (defconst interpreter-mode-alist 1017 (defconst interpreter-mode-alist
1018 '(("perl" . perl-mode) 1018 '(("perl" . perl-mode)
1019 ("perl5" . perl-mode)
1019 ("wish" . tcl-mode) 1020 ("wish" . tcl-mode)
1020 ("wishx" . tcl-mode) 1021 ("wishx" . tcl-mode)
1021 ("tcl" . tcl-mode) 1022 ("tcl" . tcl-mode)
1022 ("tclsh" . tcl-mode) 1023 ("tclsh" . tcl-mode)
1023 ("awk" . awk-mode) 1024 ("awk" . awk-mode)