changeset 19690:ceed5706d45e

(file-name-buffer-file-type-alist): Add more extensions for binary files.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 02 Sep 1997 23:52:43 +0000
parents 08b92fab92af
children a96c6fa10e92
files lisp/dos-w32.el
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dos-w32.el	Tue Sep 02 20:56:22 1997 +0000
+++ b/lisp/dos-w32.el	Tue Sep 02 23:52:43 1997 +0000
@@ -44,11 +44,15 @@
   '(
     ("[:/].*config.sys$" . nil)		; config.sys text
     ("\\.elc$" . t)			; emacs stuff
-    ("\\.\\(obj\\|exe\\|com\\|lib\\|sys\\|chk\\|out\\|bin\\|ico\\|pif\\)$" . t)
+    ("\\.\\(obj\\|exe\\|com\\|lib\\|sym\\|sys\\|chk\\|out\\|bin\\|ico\\|pif\\|dos\\|class\\)$" . t)
 					; MS-Dos stuff
+    ("\\.\\(dll\\|drv\\|cpl\\|scr\\vbx\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t)
+					; Windows stuff
+    ("\\.\\(hlp\\|bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\mov\\au\\)" . t)
+					; known binary data files
     ("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t)
 					; Packers
-    ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\)$" . t)
+    ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\|jar\\)$" . t)
 					; Unix stuff
     ("\\.tp[ulpw]$" . t)
 					; Borland Pascal stuff