1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

* international/mule-cmds.el (ucs-completions): Mark as risky.

This commit is contained in:
Juanma Barranquero 2008-11-17 17:46:22 +00:00
parent 1e680ac998
commit bdf66e8d5b
2 changed files with 6 additions and 1 deletions

View 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.
@ -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.

View 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.