changeset 19970:c4d7c2fd4852

(file-name-buffer-file-type-alist): Remove the files with ".dos" extension from the list of binary files.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 24 Sep 1997 08:50:49 +0000
parents 5f1ab3dd344d
children a09889110d34
files lisp/dos-w32.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dos-w32.el	Wed Sep 24 01:50:24 1997 +0000
+++ b/lisp/dos-w32.el	Wed Sep 24 08:50:49 1997 +0000
@@ -44,7 +44,7 @@
   '(
     ("[:/].*config.sys$" . nil)		; config.sys text
     ("\\.elc$" . t)			; emacs stuff
-    ("\\.\\(obj\\|exe\\|com\\|lib\\|sym\\|sys\\|chk\\|out\\|bin\\|ico\\|pif\\|dos\\|class\\)$" . t)
+    ("\\.\\(obj\\|exe\\|com\\|lib\\|sym\\|sys\\|chk\\|out\\|bin\\|ico\\|pif\\|class\\)$" . t)
 					; MS-Dos stuff
     ("\\.\\(dll\\|drv\\|cpl\\|scr\\vbx\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t)
 					; Windows stuff