summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-13 21:56:53 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-13 21:56:53 +0000
commitf022d010afd3a502bb30dd4d71a6160d8891e01a (patch)
treefd958a78385d516b5cbe69c13a812a821222aaf7
parent958dbc764a4424629f8183e121a8f0e6cd0abec6 (diff)
downloademacs-f022d010afd3a502bb30dd4d71a6160d8891e01a.tar.gz
(inhibit-first-line-modes-regexps): Add .tgz.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
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