# HG changeset patch # User Andrew Innes # Date 900256827 0 # Node ID ea36144e79777fedc8c2d0baf33f8cbfd9443946 # Parent 39fe58403429440a734a4019541a56ad0faa386e 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). diff -r 39fe58403429 -r ea36144e7977 lisp/dos-w32.el --- a/lisp/dos-w32.el Sun Jul 12 06:01:55 1998 +0000 +++ b/lisp/dos-w32.el Sun Jul 12 15:20:27 1998 +0000 @@ -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.