mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(file-name-buffer-file-type-alist): Add `$' at end of
regexp matching image and audio files.
This commit is contained in:
parent
791a90877b
commit
a7261cf5cb
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue