From b2a8c84d18112f03478f17a0bbc51e65c0d9b51e Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sun, 12 Jul 1998 15:20:27 +0000 Subject: 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). --- lisp/dos-w32.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/dos-w32.el') 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. -- cgit v1.2.1