From: Richard M. Stallman Date: Fri, 13 Sep 1996 21:56:53 +0000 (+0000) Subject: (inhibit-first-line-modes-regexps): Add .tgz. X-Git-Tag: emacs-20.1~3761 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66f4a663db79a21c1645a59dffe67b76665c0e9b;p=emacs.git (inhibit-first-line-modes-regexps): Add .tgz. --- diff --git a/lisp/files.el b/lisp/files.el index 9c848463fe8..c106cf62c12 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1063,7 +1063,7 @@ The car of each element is compared with the name of the interpreter specified in the first line. If it matches, mode MODE is selected.") -(defconst inhibit-first-line-modes-regexps '("\\.tar\\'") +(defconst inhibit-first-line-modes-regexps '("\\.tar\\'" "\\.tgz\\'") "List of regexps; if one matches a file name, don't look for `-*-'.") (defconst inhibit-first-line-modes-suffixes nil