]> git.eshelyaron.com Git - emacs.git/commitdiff
(inhibit-first-line-modes-regexps): Add .tgz.
authorRichard M. Stallman <rms@gnu.org>
Fri, 13 Sep 1996 21:56:53 +0000 (21:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 13 Sep 1996 21:56:53 +0000 (21:56 +0000)
lisp/files.el

index 9c848463fe85a53fb1f83caa3c842c1272c9e672..c106cf62c1217f5d88f2788a679adaf91d8bb7a8 100644 (file)
@@ -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