]> git.eshelyaron.com Git - emacs.git/commitdiff
(select-safe-coding-system): Fix typo.
authorAndreas Schwab <schwab@suse.de>
Thu, 26 Dec 2002 17:29:06 +0000 (17:29 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 26 Dec 2002 17:29:06 +0000 (17:29 +0000)
lisp/ChangeLog
lisp/international/mule-cmds.el

index d86752b241a5024d8f92558d449f1c6dc5812227..86edfc6c7376b28cfac4527c7f2b7faac980b4b4 100644 (file)
@@ -1,3 +1,8 @@
+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
index 62a4cd676d73d39b6292c59edb094b6d0d35dcb2..d5b7663c5f985d37724e77b82274519587f29b41 100644 (file)
@@ -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)))