changeset 16183:5f649a48121e

(inhibit-first-line-modes-regexps): Add .tgz.
author Richard M. Stallman <rms@gnu.org>
date Fri, 13 Sep 1996 21:56:53 +0000
parents 054e17dc5712
children ca018789eb73
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Fri Sep 13 21:53:55 1996 +0000
+++ b/lisp/files.el	Fri Sep 13 21:56:53 1996 +0000
@@ -1063,7 +1063,7 @@
 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