]> git.eshelyaron.com Git - emacs.git/commitdiff
dos-w32.el (file-name-buffer-file-type-alist): Force tags files to be
authorAndrew Innes <andrewi@gnu.org>
Sun, 12 Jul 1998 15:20:27 +0000 (15:20 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 12 Jul 1998 15:20:27 +0000 (15:20 +0000)
read as raw-text-dos (to handle files in DOS format).

lisp/dos-w32.el

index b945dca075fcfb8bbead9775ef5e6f2ee2de8cc3..351f5bf37896809ce5af2b2a1567a41f177f2871 100644 (file)
@@ -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.