(file-name-buffer-file-type-alist): Fix typo in regexp.
This commit is contained in:
parent
9b544de17c
commit
0009dce3ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue