From: Andreas Schwab Date: Thu, 26 Dec 2002 17:29:06 +0000 (+0000) Subject: (select-safe-coding-system): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~11900 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ddf362eb8c939b3da3fdd6469be09fd4a4c342d;p=emacs.git (select-safe-coding-system): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d86752b241a..86edfc6c737 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-12-26 Andreas Schwab + + * international/mule-cmds.el (select-safe-coding-system): Fix + typo. + 2002-12-26 Andre Spiegel * 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") (insert "\n") (fill-region-as-paragraph pos (point))) (insert "Or specify any other coding system -on your risk of loosing 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)))