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://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/6905514a4b2902f5a21bbaa4abc24e241c78badb?ds=inline 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