From a7261cf5cb0f2e2b189272365b5b99adea76ed50 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 10 Dec 1999 13:37:42 +0000 Subject: [PATCH] (file-name-buffer-file-type-alist): Add `$' at end of regexp matching image and audio files. --- lisp/ChangeLog | 5 +++++ lisp/dos-w32.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5