[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/map-ynp.el,v
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/map-ynp.el,v |
Date: |
Sun, 25 Feb 2007 22:01:08 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Kim F. Storm <kfstorm> 07/02/25 22:01:08
Index: map-ynp.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/map-ynp.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- map-ynp.el 21 Jan 2007 02:44:24 -0000 1.9
+++ map-ynp.el 25 Feb 2007 22:01:08 -0000 1.10
@@ -149,7 +149,8 @@
;; Prompt in the echo area.
(let ((cursor-in-echo-area (not no-cursor-in-echo-area))
(message-log-max nil))
- (message "%s(y, n, !, ., q, %sor %s) "
+ (message (apply 'propertize "%s(y, n, !, ., q, %sor %s) "
+ minibuffer-prompt-properties)
prompt user-keys
(key-description (vector help-char)))
(if minibuffer-auto-raise
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/map-ynp.el,v,
Kim F. Storm <=