From: Mark Wooding Date: Mon, 31 Dec 2012 05:32:12 +0000 (+0000) Subject: dot/emacs: Use `tcl-mode' for versioned `tclsh' or `wish'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/6905514a4b2902f5a21bbaa4abc24e241c78badb?hp=af844120a406582a0fa70e7dd1b119cad774161e dot/emacs: Use `tcl-mode' for versioned `tclsh' or `wish'. Otherwise `#! /usr/bin/tclsh8.5' doesn't work right. --- diff --git a/dot/emacs b/dot/emacs index 7c97a2d..ceef414 100644 --- a/dot/emacs +++ b/dot/emacs @@ -550,7 +550,9 @@ ("@PYTHON@" . python-mode) ("@PERL@" . perl-mode) ("@TCLSH@" . tcl-mode) - ("@WISH@" . tcl-mode)) + ("@WISH@" . tcl-mode) + ("/tclsh" . tcl-mode) + ("/wish" . tcl-mode)) interpreter-mode-alist)) (setq completion-ignored-extensions