Mercurial > emacs
changeset 23393:bcac7111042a
(file-name-buffer-file-type-alist): Fix typo in regexp.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Wed, 07 Oct 1998 02:29:06 +0000 |
parents | d86ad410d285 |
children | 25eb153a9d4c |
files | lisp/dos-w32.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dos-w32.el Wed Oct 07 00:01:15 1998 +0000 +++ b/lisp/dos-w32.el Wed Oct 07 02:29:06 1998 +0000 @@ -51,7 +51,7 @@ ; MS-Dos stuff ("\\.\\(dll\\|drv\\|cpl\\|scr\\vbx\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t) ; Windows stuff - ("\\.\\(hlp\\|bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\mov\\au\\)" . t) + ("\\.\\(hlp\\|bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\|mov\\|au\\)" . t) ; known binary data files ("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t) ; Packers