diff options
| -rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
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.") | |||
| 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) |