+2008-11-17 Juanma Barranquero <lekktu@gmail.com>
+
+ * international/mule-cmds.el (ucs-completions): Mark as risky.
+
2008-11-17 Martin Rudalics <rudalics@gmx.at>
* help-macro.el (three-step-help): Remove * from defcustom.
* subr.el (top-level): Require `cl' when compiling.
-2008-10-20 David Reitter <david.reitter@gmail.com>
+2008-10-20 David Reitter <david.reitter@gmail.com>
* info.el (Info-mode): Do not remove an existing header line if
`Info-use-header-line' is nil.
(defvar ucs-completions (lazy-completion-table ucs-completions ucs-names)
"Lazy completion table for completing on Unicode character names.")
+(put 'ucs-completions 'risky-local-variable t)
(defun read-char-by-name (prompt)
"Read a character by its Unicode name or hex number string.