aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-13 21:56:53 +0000
committerRichard M. Stallman1996-09-13 21:56:53 +0000
commit66f4a663db79a21c1645a59dffe67b76665c0e9b (patch)
tree6b8e021b5d620ce6e246347e9ece395b892d5e02
parent2fe16d3bc0f0692309746f11ce90f1090653b0b8 (diff)
downloademacs-66f4a663db79a21c1645a59dffe67b76665c0e9b.tar.gz
emacs-66f4a663db79a21c1645a59dffe67b76665c0e9b.zip
(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
1063the name of the interpreter specified in the first line. 1063the name of the interpreter specified in the first line.
1064If it matches, mode MODE is selected.") 1064If it matches, mode MODE is selected.")
1065 1065
1066(defconst inhibit-first-line-modes-regexps '("\\.tar\\'") 1066(defconst inhibit-first-line-modes-regexps '("\\.tar\\'" "\\.tgz\\'")
1067 "List of regexps; if one matches a file name, don't look for `-*-'.") 1067 "List of regexps; if one matches a file name, don't look for `-*-'.")
1068 1068
1069(defconst inhibit-first-line-modes-suffixes nil 1069(defconst inhibit-first-line-modes-suffixes nil