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).
This commit is contained in:
Andrew Innes 1998-07-12 15:20:27 +00:00
parent ad37b071b9
commit b2a8c84d18

View 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.