aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1997-09-02 23:52:43 +0000
committerGeoff Voelker1997-09-02 23:52:43 +0000
commitf359fb79df064cd2b829df1c9bd4aa6bd60c7345 (patch)
tree56651c1d1c73565cafce0690a343cb96053fea5a
parentf1651811d8c73203be18618da26894563747f0b8 (diff)
downloademacs-f359fb79df064cd2b829df1c9bd4aa6bd60c7345.tar.gz
emacs-f359fb79df064cd2b829df1c9bd4aa6bd60c7345.zip
(file-name-buffer-file-type-alist): Add more
extensions for binary files.
-rw-r--r--lisp/dos-w32.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el
index 71db8f9513b..ee43f256e4f 100644
--- a/lisp/dos-w32.el
+++ b/lisp/dos-w32.el
@@ -44,11 +44,15 @@
44 '( 44 '(
45 ("[:/].*config.sys$" . nil) ; config.sys text 45 ("[:/].*config.sys$" . nil) ; config.sys text
46 ("\\.elc$" . t) ; emacs stuff 46 ("\\.elc$" . t) ; emacs stuff
47 ("\\.\\(obj\\|exe\\|com\\|lib\\|sys\\|chk\\|out\\|bin\\|ico\\|pif\\)$" . t) 47 ("\\.\\(obj\\|exe\\|com\\|lib\\|sym\\|sys\\|chk\\|out\\|bin\\|ico\\|pif\\|dos\\|class\\)$" . t)
48 ; MS-Dos stuff 48 ; MS-Dos stuff
49 ("\\.\\(dll\\|drv\\|cpl\\|scr\\vbx\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t)
50 ; Windows stuff
51 ("\\.\\(hlp\\|bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\mov\\au\\)" . t)
52 ; known binary data files
49 ("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t) 53 ("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t)
50 ; Packers 54 ; Packers
51 ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\)$" . t) 55 ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\|jar\\)$" . t)
52 ; Unix stuff 56 ; Unix stuff
53 ("\\.tp[ulpw]$" . t) 57 ("\\.tp[ulpw]$" . t)
54 ; Borland Pascal stuff 58 ; Borland Pascal stuff