* 'master' of git.distorted.org.uk:~mdw/public-git/profile:
el/dot-emacs.el: Respect `indent-tabs-mode' when computing fill prefix.
el/dot-emacs.el: Use #'FOO rather than (function FOO).
dot/emacs: Use `makefile-mode' for *.make files.
("\\.cs$" . csharp-mode)
("\\.go$" . go-mode)
("\\.org$" . org-mode)
+ ("\\.make$" . makefile-mode)
;; ("/[ch]/" . c-mode)
(,(concat "/\\("
"\\.stgit\\.msg" "\\|"
("@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