regexp matching image and audio files.
+1999-12-10 Gerd Moellmann <gerd@gnu.org>
+
+ * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
+ regexp matching image and audio files.
+
1999-12-09 Dave Love <fx@gnu.org>
* mail/footnote.el: New file.
; 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