diff options
| author | Andreas Schwab | 2002-12-26 17:29:06 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-12-26 17:29:06 +0000 |
| commit | 9ddf362eb8c939b3da3fdd6469be09fd4a4c342d (patch) | |
| tree | 4fd6670a41e867d8cbb1e868bf064247220347fe | |
| parent | 6ca12bea0b129a9685f80577b3edad5dc4ebb469 (diff) | |
| download | emacs-9ddf362eb8c939b3da3fdd6469be09fd4a4c342d.tar.gz emacs-9ddf362eb8c939b3da3fdd6469be09fd4a4c342d.zip | |
(select-safe-coding-system): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
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 @@ | |||
| 1 | 2002-12-26 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (select-safe-coding-system): Fix | ||
| 4 | typo. | ||
| 5 | |||
| 1 | 2002-12-26 Andre Spiegel <spiegel@gnu.org> | 6 | 2002-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 |
| 842 | on your risk of loosing the problematic characters.\n"))) | 842 | on 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))) |