1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

* lisp/files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.

This commit is contained in:
Glenn Morris 2013-08-23 13:09:09 -04:00
parent 61611d54b5
commit cb8d261243
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2013-08-23 Glenn Morris <rgm@gnu.org>
* files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
* files.el (create-file-buffer): Handle the vital case of a file
whose basename is all spaces. (Bug#15162)

View File

@ -2455,6 +2455,7 @@ and `magic-mode-alist', which determines modes based on file contents.")
("wishx" . tcl-mode)
("tcl" . tcl-mode)
("tclsh" . tcl-mode)
("expect" . tcl-mode)
("scm" . scheme-mode)
("ash" . sh-mode)
("bash" . sh-mode)