comparison lisp/dos-w32.el @ 22743:ea36144e7977

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).
author Andrew Innes <andrewi@gnu.org>
date Sun, 12 Jul 1998 15:20:27 +0000
parents e3fe83134880
children bcac7111042a
comparison
equal deleted inserted replaced
22742:39fe58403429 22743:ea36144e7977
57 ; Packers 57 ; Packers
58 ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\|jar\\)$" . t) 58 ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\|jar\\)$" . t)
59 ; Unix stuff 59 ; Unix stuff
60 ("\\.tp[ulpw]$" . t) 60 ("\\.tp[ulpw]$" . t)
61 ; Borland Pascal stuff 61 ; Borland Pascal stuff
62 ("[:/]tags$" . t) 62 ("[:/]tags$" . nil)
63 ; Emacs TAGS file 63 ; Emacs TAGS file
64 ) 64 )
65 "*Alist for distinguishing text files from binary files. 65 "*Alist for distinguishing text files from binary files.
66 Each element has the form (REGEXP . TYPE), where REGEXP is matched 66 Each element has the form (REGEXP . TYPE), where REGEXP is matched
67 against the file name, and TYPE is nil for text, t for binary.") 67 against the file name, and TYPE is nil for text, t for binary.")