# HG changeset patch # User Juanma Barranquero # Date 1164636358 0 # Node ID f4d1181a38c2057d6494d82d655d65ab98996d18 # Parent 6a192e66ade36c9d6d929075a6c2d0c82551410d (momentary-string-display): "?\ " -> "?\s". diff -r 6a192e66ade3 -r f4d1181a38c2 lisp/subr.el --- 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)