(sgml-name-char): Ask user with a prompt.

This commit is contained in:
Richard M. Stallman 1997-04-17 21:22:21 +00:00
parent 4d3e4bc8ab
commit 9b0ffdac4b

View file

@ -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)