mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(select-safe-coding-system-interactively): Fix message.
This commit is contained in:
parent
ba3612110a
commit
333f3572bc
@ -1,3 +1,8 @@
|
||||
2007-01-09 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/mule-cmds.el
|
||||
(select-safe-coding-system-interactively): Fix message.
|
||||
|
||||
2007-01-09 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp.el: (tramp-process-one-action): Remove `with-timeout'.
|
||||
@ -314,6 +319,11 @@
|
||||
* ido.el (ido-set-matches-1): Fix last change. If default item is
|
||||
current buffer, it is ok to be first.
|
||||
|
||||
2006-12-27 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/mule-cmds.el (select-safe-coding-system-interactively):
|
||||
Use face `link' for problematic chars.
|
||||
|
||||
2006-12-27 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/mule-cmds.el (select-safe-coding-system-interactively):
|
||||
|
@ -788,10 +788,10 @@ e.g., for sending an email message.\n ")
|
||||
(car coding)))))
|
||||
(setq i (1+ i))))
|
||||
(insert "\n"))
|
||||
(insert "\
|
||||
(insert (substitute-command-keys "\
|
||||
|
||||
Click on a character to jump to the place it appears,\n"
|
||||
(substitute-command-keys "\
|
||||
Click on a character (or switch to this window by `\\[other-window]'\n\
|
||||
and select the characters by RET) to jump to the place it appears,\n\
|
||||
where `\\[universal-argument] \\[what-cursor-position]' will give information about it.\n"))))
|
||||
(insert (substitute-command-keys "\nSelect \
|
||||
one of the safe coding systems listed below,\n\
|
||||
|
Loading…
Reference in New Issue
Block a user