Mercurial > emacs
changeset 99670:bfe3493da0c5
* international/mule-cmds.el (ucs-completions): Mark as risky.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 17 Nov 2008 17:46:22 +0000 |
parents | da7dc901e0e6 |
children | 800639e86fb2 |
files | lisp/ChangeLog lisp/international/mule-cmds.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 17 16:39:24 2008 +0000 +++ b/lisp/ChangeLog Mon Nov 17 17:46:22 2008 +0000 @@ -1,3 +1,7 @@ +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. @@ -949,7 +953,7 @@ * 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.
--- a/lisp/international/mule-cmds.el Mon Nov 17 16:39:24 2008 +0000 +++ b/lisp/international/mule-cmds.el Mon Nov 17 17:46:22 2008 +0000 @@ -2864,6 +2864,7 @@ (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.