summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-08-23 13:09:09 -0400
committerGlenn Morris <rgm@gnu.org>2013-08-23 13:09:09 -0400
commitcb8d2612434ccdd7524a0da9c4728720c9badab3 (patch)
treef534b1cdf70b5162c7db6095f72f5b50aec048fd /lisp/files.el
parent61611d54b50a9523f696bd95c233b35556030324 (diff)
downloademacs-cb8d2612434ccdd7524a0da9c4728720c9badab3.tar.gz
emacs-cb8d2612434ccdd7524a0da9c4728720c9badab3.tar.bz2
emacs-cb8d2612434ccdd7524a0da9c4728720c9badab3.zip
* lisp/files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 71dc968f160..9adbca10369 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)