Mercurial > emacs
changeset 74242:f4d1181a38c2
(momentary-string-display): "?\ " -> "?\s".
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 27 Nov 2006 14:05:58 +0000 |
parents | 6a192e66ade3 |
children | b5548562a340 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Mon Nov 27 14:04:50 2006 +0000 +++ b/lisp/subr.el Mon Nov 27 14:05:58 2006 +0000 @@ -1892,7 +1892,7 @@ input (as a command if nothing else). Display MESSAGE (optional fourth arg) in the echo area. If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there." - (or exit-char (setq exit-char ?\ )) + (or exit-char (setq exit-char ?\s)) (let ((inhibit-read-only t) ;; Don't modify the undo list at all. (buffer-undo-list t)