summaryrefslogtreecommitdiff
path: root/lisp/dos-w32.el
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>1998-07-12 15:20:27 +0000
committerAndrew Innes <andrewi@gnu.org>1998-07-12 15:20:27 +0000
commitb2a8c84d18112f03478f17a0bbc51e65c0d9b51e (patch)
tree142002813a5148bfc5b4d38012e1b0b18792ec38 /lisp/dos-w32.el
parentad37b071b947619c45e5a99ac0da848aee6e1bc5 (diff)
downloademacs-b2a8c84d18112f03478f17a0bbc51e65c0d9b51e.tar.gz
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).
Diffstat (limited to 'lisp/dos-w32.el')
-rw-r--r--lisp/dos-w32.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el
index b945dca075f..351f5bf3789 100644
--- a/lisp/dos-w32.el
+++ b/lisp/dos-w32.el
@@ -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.