diff options
author | Andrew Innes <andrewi@gnu.org> | 1998-07-12 15:20:27 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 1998-07-12 15:20:27 +0000 |
commit | b2a8c84d18112f03478f17a0bbc51e65c0d9b51e (patch) | |
tree | 142002813a5148bfc5b4d38012e1b0b18792ec38 /lisp | |
parent | ad37b071b947619c45e5a99ac0da848aee6e1bc5 (diff) | |
download | emacs-b2a8c84d18112f03478f17a0bbc51e65c0d9b51e.tar.gz emacs-b2a8c84d18112f03478f17a0bbc51e65c0d9b51e.tar.bz2 emacs-b2a8c84d18112f03478f17a0bbc51e65c0d9b51e.zip |
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')
-rw-r--r-- | lisp/dos-w32.el | 2 |
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. |