diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-07-23 16:17:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-07-23 16:17:39 +0000 |
commit | bff1accf0422c0bfb74fbdc13d7b10e7cd8af30d (patch) | |
tree | 141f91652fe0fed3008861abdafee86d306bf059 /lisp/w32-fns.el | |
parent | a0f09378bb2a14477bbeed175f2418eba7784a6c (diff) | |
download | emacs-bff1accf0422c0bfb74fbdc13d7b10e7cd8af30d.tar.gz |
(file-name-buffer-file-type-alist): Load TAGS files as text, not binary.
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 036c41a3c81..c681dc7b6e4 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -92,8 +92,6 @@ ; Unix stuff ("\\.tp[ulpw]$" . t) ; Borland Pascal stuff - ("[:/]tags$" . t) - ; Emacs TAGS file ) "*Alist for distinguishing text files from binary files. Each element has the form (REGEXP . TYPE), where REGEXP is matched |