mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
* international/mule-cmds.el (ucs-completions): Mark as risky.
This commit is contained in:
parent
1e680ac998
commit
bdf66e8d5b
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue