summaryrefslogtreecommitdiff
path: root/lisp/dos-w32.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-12-10 13:34:34 +0000
committerGerd Moellmann <gerd@gnu.org>1999-12-10 13:34:34 +0000
commitfbbd107c13faf2267224bb14edc4b82041e83688 (patch)
treef0ecdfc4a8e3dd4f96e20d17804205d407782490 /lisp/dos-w32.el
parentcadb0b34c8a68bfbc2d48cbcf0aae30c08465268 (diff)
downloademacs-fbbd107c13faf2267224bb14edc4b82041e83688.tar.gz
(file-name-buffer-file-type-alist): Add `$' at end of
regexp matching image and audio files.
Diffstat (limited to 'lisp/dos-w32.el')
-rw-r--r--lisp/dos-w32.el2
1 files changed, 1 insertions, 1 deletions
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 @@
; MS-Dos stuff
("\\.\\(dll\\|drv\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t)
; Windows stuff
- ("\\.\\(bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\|mov\\|au\\)" . t)
+ ("\\.\\(bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\|mov\\|au\\)$" . t)
; known binary data files
("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t)
; Packers