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
e7962b92
Commit
e7962b92
authored
Jun 23, 2006
by
Eli Zaretskii
Browse files
(top level): Use find-file-not-found-functions instead of the obsolete
find-file-not-found-hooks.
parent
e0d8fc91
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 @
e7962b92
...
...
@@ -186,7 +186,7 @@ set to the appropriate coding system, and the value of
(
setq
buffer-file-type
(
eq
buffer-file-coding-system
'no-conversion
)))))
;;; To set the default coding system on new files.
(
add-hook
'find-file-not-found-
hook
s
(
add-hook
'find-file-not-found-
function
s
'find-file-not-found-set-buffer-file-coding-system
)
;;; To accomodate filesystems that do not require CR/LF translation.
...
...
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