From bff1accf0422c0bfb74fbdc13d7b10e7cd8af30d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Jul 1996 16:17:39 +0000 Subject: [PATCH] (file-name-buffer-file-type-alist): Load TAGS files as text, not binary. --- lisp/w32-fns.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 036c41a3c81..c681dc7b6e4 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -92,8 +92,6 @@ ; Unix stuff ("\\.tp[ulpw]$" . t) ; Borland Pascal stuff - ("[:/]tags$" . t) - ; Emacs TAGS file ) "*Alist for distinguishing text files from binary files. Each element has the form (REGEXP . TYPE), where REGEXP is matched -- 2.39.2