changeset 22743:ea36144e7977

dos-w32.el (file-name-buffer-file-type-alist): Force tags files to be read as raw-text-dos (to handle files in DOS format).
author Andrew Innes <andrewi@gnu.org>
date Sun, 12 Jul 1998 15:20:27 +0000
parents 39fe58403429
children 79ca732d9740
files lisp/dos-w32.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dos-w32.el	Sun Jul 12 06:01:55 1998 +0000
+++ b/lisp/dos-w32.el	Sun Jul 12 15:20:27 1998 +0000
@@ -59,7 +59,7 @@
 					; Unix stuff
     ("\\.tp[ulpw]$" . t)
 					; Borland Pascal stuff
-    ("[:/]tags$" . t)
+    ("[:/]tags$" . nil)
 					; Emacs TAGS file
     )
   "*Alist for distinguishing text files from binary files.