]> code.delx.au - gnu-emacs/commitdiff
(file-name-buffer-file-type-alist): Add more
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 2 Sep 1997 23:52:43 +0000 (23:52 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 2 Sep 1997 23:52:43 +0000 (23:52 +0000)
extensions for binary files.

lisp/dos-w32.el

index 71db8f9513bebd53510cb0e70a0fcc57659743d8..ee43f256e4fb7c85472f745eebc3ccd7d221f1ef 100644 (file)
   '(
     ("[:/].*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