aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/mule-cmds.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d86752b241a..86edfc6c737 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-12-26 Andreas Schwab <schwab@suse.de>
2
3 * international/mule-cmds.el (select-safe-coding-system): Fix
4 typo.
5
12002-12-26 Andre Spiegel <spiegel@gnu.org> 62002-12-26 Andre Spiegel <spiegel@gnu.org>
2 7
3 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in 8 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 62a4cd676d7..d5b7663c5f9 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -839,7 +839,7 @@ one of the following safe coding systems, or edit the buffer:\n")
839 (insert "\n") 839 (insert "\n")
840 (fill-region-as-paragraph pos (point))) 840 (fill-region-as-paragraph pos (point)))
841 (insert "Or specify any other coding system 841 (insert "Or specify any other coding system
842on your risk of loosing the problematic characters.\n"))) 842on your risk of losing the problematic characters.\n")))
843 843
844 ;; Read a coding system. 844 ;; Read a coding system.
845 (setq default-coding-system (or (car safe) (car codings))) 845 (setq default-coding-system (or (car safe) (car codings)))