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
|
; Unix stuff
|
||||||
("\\.tp[ulpw]$" . t)
|
("\\.tp[ulpw]$" . t)
|
||||||
; Borland Pascal stuff
|
; Borland Pascal stuff
|
||||||
("[:/]tags$" . t)
|
("[:/]tags$" . nil)
|
||||||
; Emacs TAGS file
|
; Emacs TAGS file
|
||||||
)
|
)
|
||||||
"*Alist for distinguishing text files from binary files.
|
"*Alist for distinguishing text files from binary files.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue