aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/international/mule-cmds.el1
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6678353629d..9688a39a27b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-11-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * international/mule-cmds.el (ucs-completions): Mark as risky.
4
12008-11-17 Martin Rudalics <rudalics@gmx.at> 52008-11-17 Martin Rudalics <rudalics@gmx.at>
2 6
3 * help-macro.el (three-step-help): Remove * from defcustom. 7 * help-macro.el (three-step-help): Remove * from defcustom.
@@ -949,7 +953,7 @@
949 953
950 * subr.el (top-level): Require `cl' when compiling. 954 * subr.el (top-level): Require `cl' when compiling.
951 955
9522008-10-20 David Reitter <david.reitter@gmail.com> 9562008-10-20 David Reitter <david.reitter@gmail.com>
953 957
954 * info.el (Info-mode): Do not remove an existing header line if 958 * info.el (Info-mode): Do not remove an existing header line if
955 `Info-use-header-line' is nil. 959 `Info-use-header-line' is nil.
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 75ba2f026fc..c78efc73c70 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -2864,6 +2864,7 @@ on encoding."
2864 2864
2865(defvar ucs-completions (lazy-completion-table ucs-completions ucs-names) 2865(defvar ucs-completions (lazy-completion-table ucs-completions ucs-names)
2866 "Lazy completion table for completing on Unicode character names.") 2866 "Lazy completion table for completing on Unicode character names.")
2867(put 'ucs-completions 'risky-local-variable t)
2867 2868
2868(defun read-char-by-name (prompt) 2869(defun read-char-by-name (prompt)
2869 "Read a character by its Unicode name or hex number string. 2870 "Read a character by its Unicode name or hex number string.