Mercurial > emacs
changeset 26798:89a8ac5aa753
(file-name-buffer-file-type-alist): Add `$' at end of
regexp matching image and audio files.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 10 Dec 1999 13:34:34 +0000 |
parents | c19382fdb345 |
children | f961762f177a |
files | lisp/dos-w32.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dos-w32.el Fri Dec 10 09:55:29 1999 +0000 +++ b/lisp/dos-w32.el Fri Dec 10 13:34:34 1999 +0000 @@ -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