From 333f3572bc800e2ada2ea76861c9fbe10b265f18 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 9 Jan 2007 07:24:08 +0000 Subject: [PATCH] (select-safe-coding-system-interactively): Fix message. --- lisp/ChangeLog | 10 ++++++++++ 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 @@ +2007-01-09 Kenichi Handa + + * international/mule-cmds.el + (select-safe-coding-system-interactively): Fix message. + 2007-01-09 Michael Albinus * 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 + + * international/mule-cmds.el (select-safe-coding-system-interactively): + Use face `link' for problematic chars. + 2006-12-27 Kenichi Handa * international/mule-cmds.el (select-safe-coding-system-interactively): 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 ") (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\ -- 2.39.2