Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
17e4fb34
Commit
17e4fb34
authored
Sep 24, 1997
by
Eli Zaretskii
Browse files
(file-name-buffer-file-type-alist): Remove the files with ".dos" extension
from the list of binary files.
parent
a8151ef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/dos-w32.el
lisp/dos-w32.el
+1
-1
No files found.
lisp/dos-w32.el
View file @
17e4fb34
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment