]> git.eshelyaron.com Git - emacs.git/commitdiff
(file-name-buffer-file-type-alist): Add `$' at end of
authorGerd Moellmann <gerd@gnu.org>
Fri, 10 Dec 1999 13:37:42 +0000 (13:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 10 Dec 1999 13:37:42 +0000 (13:37 +0000)
regexp matching image and audio files.

lisp/ChangeLog
lisp/dos-w32.el

index 283e3bfea9db2733efdddf2e6985e6b5986f3918..d2f40e354f1abb446364b47e6f9773cb43a3a570 100644 (file)
@@ -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.
index 3fb8a83b2809cfb54f8ca935c79e9bc691ded0ef..83eb895dc80e1ea66a85138a13c3653214869020 100644 (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