From 9b0ffdac4b452ea635dae7ea6e34300981bbd5a0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Apr 1997 21:22:21 +0000 Subject: [PATCH] (sgml-name-char): Ask user with a prompt. --- lisp/textmodes/sgml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index c9734c2a6c7..5102e87b024 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -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) -- 2.39.5