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
9ddf362e
Commit
9ddf362e
authored
Dec 26, 2002
by
Andreas Schwab
Browse files
(select-safe-coding-system): Fix typo.
parent
6ca12bea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+1
-1
No files found.
lisp/ChangeLog
View file @
9ddf362e
2002-12-26 Andreas Schwab <schwab@suse.de>
* international/mule-cmds.el (select-safe-coding-system): Fix
typo.
2002-12-26 Andre Spiegel <spiegel@gnu.org>
* vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
...
...
lisp/international/mule-cmds.el
View file @
9ddf362e
...
...
@@ -839,7 +839,7 @@ one of the following safe coding systems, or edit the buffer:\n")
(insert "
\n
")
(fill-region-as-paragraph pos (point)))
(insert "
Or
specify
any
other
coding
system
on
your
risk
of
lo
o
sing
the
problematic
characters.\n
")))
on
your
risk
of
losing
the
problematic
characters.\n
")))
;; Read a coding system.
(setq default-coding-system (or (car safe) (car codings)))
...
...
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