Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aeef8f07
Commit
aeef8f07
authored
Dec 06, 1999
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docstring modified.
parent
94ef31cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lisp/international/mule.el
lisp/international/mule.el
+6
-1
No files found.
lisp/international/mule.el
View file @
aeef8f07
...
...
@@ -760,7 +760,12 @@ If the buffer's previous file coding-system value specifies end-of-line
conversion,
and
CODING-SYSTEM
does
not
specify
one,
CODING-SYSTEM
is
merged
with
the
already-specified
end-of-line
conversion.
However,
if
the
optional
prefix
argument
FORCE
is
non-nil,
then
CODING-SYSTEM
is
used
exactly
as
specified.
"
then
CODING-SYSTEM
is
used
exactly
as
specified.
This
marks
the
buffer
modified
so
that
the
succeeding
\\[save-buffer]
surely
saves
the
buffer
with
CODING-SYSTEM.
From
a
program,
if
you
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 (null force)
...
...
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