interpreter specified on the first line.
+2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
+
+ * files.el (set-auto-mode): Look for an interpreter specified on
+ the first line also if search for mode specification succeeded,
+ but the mode is not known.
+
2005-12-16 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el: (org-tags-match-list-sublevels): New option.
(setq done t)
(or (set-auto-mode-0 mode keep-mode-if-same)
;; continuing would call minor modes again, toggling them off
- (throw 'nop nil)))))
+ (throw 'nop nil))))))
+ (unless done
;; If we didn't, look for an interpreter specified in the first line.
;; As a special case, allow for things like "#!/bin/env perl", which
;; finds the interpreter anywhere in $PATH.