diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-11-23 01:35:21 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-11-23 01:35:21 +0000 |
commit | 950bed4bb96d2a580818bdaab64a164c7c9a1c1e (patch) | |
tree | 131973e52125af75637cd0417215ba3c5b7d1de4 /lisp/subr.el | |
parent | 59e085e04d44b0331620b55a64eb94bf99cf81b1 (diff) | |
parent | 5fdd4cf709ffb9c92cb565a60117afbd6fc43aa5 (diff) | |
download | emacs-950bed4bb96d2a580818bdaab64a164c7c9a1c1e.tar.gz |
Merged from miles@gnu.org--gnu-2005 (patch 656-658)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-656
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-657
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-658
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-444
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 561394038c5..b6063c18638 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1541,6 +1541,8 @@ by doing (clear-string STRING)." (c 0) (echo-keystrokes 0) (cursor-in-echo-area t)) + (add-text-properties 0 (length prompt) + minibuffer-prompt-properties prompt) (while (progn (message "%s%s" prompt (make-string (length pass) ?.)) |