(sgml-name-char): Ask user with a prompt.
This commit is contained in:
parent
4d3e4bc8ab
commit
9b0ffdac4b
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ or M-- for a soft hyphen."
|
|||
(interactive "*")
|
||||
(insert ?&)
|
||||
(or char
|
||||
(setq char (read-quoted-char)))
|
||||
(setq char (read-quoted-char "Enter char or octal number")))
|
||||
(delete-backward-char 1)
|
||||
(insert char)
|
||||
(undo-boundary)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue