]> git.eshelyaron.com Git - emacs.git/commitdiff
* international/mule-cmds.el (ucs-completions): Mark as risky.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Nov 2008 17:46:22 +0000 (17:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Nov 2008 17:46:22 +0000 (17:46 +0000)
lisp/ChangeLog
lisp/international/mule-cmds.el

index 6678353629d888b54a9eff14d7c64ee381ab3471..9688a39a27b7640a1c7593cb24f99e7762bc9a18 100644 (file)
@@ -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.
 
        * 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.
index 75ba2f026fc87a2e9fe510717d53785965e7ec87..c78efc73c70542a2dbf454afb757ea9838c394e4 100644 (file)
@@ -2864,6 +2864,7 @@ on encoding."
 
 (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.