aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/international/mule-diag.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b7d289c47d..6c0bf442ca8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-10-31 Chong Yidong <cyd@stupidchicken.com> 12009-10-31 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * international/mule-diag.el (list-character-sets-1): Minor
4 message fix (Bug#3526).
5
3 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix 6 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4 face property (Bug#4834). 7 face property (Bug#4834).
5 (etags-list-tags, etags-tags-apropos-additional) 8 (etags-list-tags, etags-tags-apropos-additional)
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index 83d9cca9a77..c5f3f341229 100644
--- a/lisp/international/mule-diag.el
+++ b/lisp/international/mule-diag.el
@@ -159,7 +159,7 @@ SORT-KEY should be `name' or `iso-spec' (default `name')."
159 'type 'help-info 159 'type 'help-info
160 'help-args '("(emacs)Charsets")) 160 'help-args '("(emacs)Charsets"))
161 (insert " -------------- 161 (insert " --------------
162Character sets for defining another charset or obsolete now 162Character sets for defining other charsets, or for backward compatibility
163")) 163"))
164 (insert-text-button (symbol-name (car elt)) ; NAME 164 (insert-text-button (symbol-name (car elt)) ; NAME
165 :type 'list-charset-chars 165 :type 'list-charset-chars