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:
parent
61611d54b5
commit
cb8d261243
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user