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:
parent
ad37b071b9
commit
b2a8c84d18
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue