comparison lisp/dos-w32.el @ 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 f1d437596538
children a7eb5c4fe0ba
comparison
equal deleted inserted replaced
26797:c19382fdb345 26798:89a8ac5aa753
48 ("[:/].*config.sys$" . nil) ; config.sys text 48 ("[:/].*config.sys$" . nil) ; config.sys text
49 ("\\.\\(obj\\|exe\\|com\\|lib\\|sys\\|bin\\|ico\\|pif\\|class\\)$" . t) 49 ("\\.\\(obj\\|exe\\|com\\|lib\\|sys\\|bin\\|ico\\|pif\\|class\\)$" . t)
50 ; MS-Dos stuff 50 ; MS-Dos stuff
51 ("\\.\\(dll\\|drv\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t) 51 ("\\.\\(dll\\|drv\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t)
52 ; Windows stuff 52 ; Windows stuff
53 ("\\.\\(bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\|mov\\|au\\)" . t) 53 ("\\.\\(bmp\\|wav\\|avi\\|mpg\\|jpg\\|tif\\|mov\\|au\\)$" . t)
54 ; known binary data files 54 ; known binary data files
55 ("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t) 55 ("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t)
56 ; Packers 56 ; Packers
57 ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\|jar\\)$" . t) 57 ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\|jar\\)$" . t)
58 ; Unix stuff 58 ; Unix stuff