mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(file-name-buffer-file-type-alist): Remove the files with ".dos" extension
from the list of binary files.
This commit is contained in:
parent
a8151ef7e5
commit
17e4fb34cc
@ -44,7 +44,7 @@
|
||||
'(
|
||||
("[:/].*config.sys$" . nil) ; config.sys text
|
||||
("\\.elc$" . t) ; emacs stuff
|
||||
("\\.\\(obj\\|exe\\|com\\|lib\\|sym\\|sys\\|chk\\|out\\|bin\\|ico\\|pif\\|dos\\|class\\)$" . t)
|
||||
("\\.\\(obj\\|exe\\|com\\|lib\\|sym\\|sys\\|chk\\|out\\|bin\\|ico\\|pif\\|class\\)$" . t)
|
||||
; MS-Dos stuff
|
||||
("\\.\\(dll\\|drv\\|cpl\\|scr\\vbx\\|386\\|vxd\\|fon\\|fnt\\|fot\\|ttf\\|grp\\)$" . t)
|
||||
; Windows stuff
|
||||
|
Loading…
Reference in New Issue
Block a user