Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bdf66e8d
Commit
bdf66e8d
authored
Nov 17, 2008
by
Juanma Barranquero
Browse files
* international/mule-cmds.el (ucs-completions): Mark as risky.
parent
1e680ac9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-1
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+1
-0
No files found.
lisp/ChangeLog
View file @
bdf66e8d
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.
...
...
lisp/international/mule-cmds.el
View file @
bdf66e8d
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment