diff options
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/international/mule-cmds.el | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db118187f1d..ec53b2ad1c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-01-09 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el | ||
| 4 | (select-safe-coding-system-interactively): Fix message. | ||
| 5 | |||
| 1 | 2007-01-09 Michael Albinus <michael.albinus@gmx.de> | 6 | 2007-01-09 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/tramp.el: (tramp-process-one-action): Remove `with-timeout'. | 8 | * net/tramp.el: (tramp-process-one-action): Remove `with-timeout'. |
| @@ -317,6 +322,11 @@ | |||
| 317 | 2006-12-27 Kenichi Handa <handa@m17n.org> | 322 | 2006-12-27 Kenichi Handa <handa@m17n.org> |
| 318 | 323 | ||
| 319 | * international/mule-cmds.el (select-safe-coding-system-interactively): | 324 | * international/mule-cmds.el (select-safe-coding-system-interactively): |
| 325 | Use face `link' for problematic chars. | ||
| 326 | |||
| 327 | 2006-12-27 Kenichi Handa <handa@m17n.org> | ||
| 328 | |||
| 329 | * international/mule-cmds.el (select-safe-coding-system-interactively): | ||
| 320 | Improve the message in *Warning* buffer. | 330 | Improve the message in *Warning* buffer. |
| 321 | 331 | ||
| 322 | 2006-12-27 Kim F. Storm <storm@cua.dk> | 332 | 2006-12-27 Kim F. Storm <storm@cua.dk> |
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 701dee43007..9b0c98fc85d 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -788,10 +788,10 @@ e.g., for sending an email message.\n ") | |||
| 788 | (car coding))))) | 788 | (car coding))))) |
| 789 | (setq i (1+ i)))) | 789 | (setq i (1+ i)))) |
| 790 | (insert "\n")) | 790 | (insert "\n")) |
| 791 | (insert "\ | 791 | (insert (substitute-command-keys "\ |
| 792 | 792 | ||
| 793 | Click on a character to jump to the place it appears,\n" | 793 | Click on a character (or switch to this window by `\\[other-window]'\n\ |
| 794 | (substitute-command-keys "\ | 794 | and select the characters by RET) to jump to the place it appears,\n\ |
| 795 | where `\\[universal-argument] \\[what-cursor-position]' will give information about it.\n")))) | 795 | where `\\[universal-argument] \\[what-cursor-position]' will give information about it.\n")))) |
| 796 | (insert (substitute-command-keys "\nSelect \ | 796 | (insert (substitute-command-keys "\nSelect \ |
| 797 | one of the safe coding systems listed below,\n\ | 797 | one of the safe coding systems listed below,\n\ |