From 6905514a4b2902f5a21bbaa4abc24e241c78badb Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 31 Dec 2012 05:32:12 +0000 Subject: [PATCH] dot/emacs: Use `tcl-mode' for versioned `tclsh' or `wish'. Otherwise `#! /usr/bin/tclsh8.5' doesn't work right. --- dot/emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.0