From: Gerd Moellmann Date: Fri, 10 Dec 1999 13:37:42 +0000 (+0000) Subject: (file-name-buffer-file-type-alist): Add `$' at end of X-Git-Tag: emacs-pretest-21.0.90~5806 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7261cf5cb0f2e2b189272365b5b99adea76ed50;p=emacs.git (file-name-buffer-file-type-alist): Add `$' at end of regexp matching image and audio files. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 283e3bfea9d..d2f40e354f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-12-10 Gerd Moellmann + + * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of + regexp matching image and audio files. + 1999-12-09 Dave Love * 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 @@ ; 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