mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue