diff lisp/subr.el @ 74242:f4d1181a38c2

(momentary-string-display): "?\ " -> "?\s".
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Nov 2006 14:05:58 +0000
parents 7e5dd39ae47d
children ee63ac76eb51 c71725faff1a f1d13e615070
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)