aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-10 13:37:42 +0000
committerGerd Moellmann1999-12-10 13:37:42 +0000
commita7261cf5cb0f2e2b189272365b5b99adea76ed50 (patch)
treecbb6d7a51769edbe51ff4805037494cd220ef479
parent791a90877b66d3533dad9bb0b6636f60bc97ae49 (diff)
downloademacs-a7261cf5cb0f2e2b189272365b5b99adea76ed50.tar.gz
emacs-a7261cf5cb0f2e2b189272365b5b99adea76ed50.zip
(file-name-buffer-file-type-alist): Add `$' at end of
regexp matching image and audio files.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/dos-w32.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 283e3bfea9d..d2f40e354f1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
11999-12-10 Gerd Moellmann <gerd@gnu.org>
2
3 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4 regexp matching image and audio files.
5
11999-12-09 Dave Love <fx@gnu.org> 61999-12-09 Dave Love <fx@gnu.org>
2 7
3 * mail/footnote.el: New file. 8 * mail/footnote.el: New file.
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el
index 3fb8a83b280..83eb895dc80 100644
--- a/lisp/dos-w32.el
+++ b/lisp/dos-w32.el
@@ -50,7 +50,7 @@
50 ; MS-Dos stuff 50 ; MS-Dos stuff
51 ("\\.\\(dll\\|drv\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t) 51 ("\\.\\(dll\\|drv\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t)
52 ; Windows stuff 52 ; Windows stuff
53 ("\\.\\(bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\|mov\\|au\\)" . t) 53 ("\\.\\(bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\|mov\\|au\\)$" . t)
54 ; known binary data files 54 ; known binary data files
55 ("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t) 55 ("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t)
56 ; Packers 56 ; Packers