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
36d455c4
Commit
36d455c4
authored
Jun 12, 2000
by
Kenichi Handa
Browse files
(set-buffer-file-coding-system): If CODING-SYSTEM is nil, set
buffer-file-coding-system to nil unconditionally.
parent
5050a2ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/international/mule.el
lisp/international/mule.el
+1
-1
No files found.
lisp/international/mule.el
View file @
36d455c4
...
...
@@ -815,7 +815,7 @@ don't want to mark the buffer modified, just set the variable
`
buffer-file-coding-system
'
directly.
"
(interactive "
zCoding
system
for
visited
file
(
default,
nil
)
:
\nP
")
(check-coding-system coding-system)
(if (and buffer-file-coding-system (null force))
(if (and
coding-system
buffer-file-coding-system (null force))
(let ((x (coding-system-eol-type buffer-file-coding-system))
(y (coding-system-eol-type coding-system)))
(if (and (numberp x) (>= x 0) (<= x 2) (vectorp y))
...
...
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