mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
* lisp/subr.el (make-progress-reporter): Add "..." by default.
Fixes: debbugs:8785
This commit is contained in:
parent
037e65b496
commit
ea9fafe093
@ -1,3 +1,7 @@
|
||||
2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* subr.el (make-progress-reporter): Add "..." by default (bug#8785).
|
||||
|
||||
2011-06-02 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* bs.el (bs--mark-unmark, bs--nth-wrapper):
|
||||
|
@ -3702,6 +3702,8 @@ echo area updates (default is 0.2 seconds.) If the function
|
||||
`float-time' is not present, time is not tracked at all. If the
|
||||
OS is not capable of measuring fractions of seconds, this
|
||||
parameter is effectively rounded up."
|
||||
(when (string-match "[[:alnum:]]\\'" message)
|
||||
(setq message (concat message "...")))
|
||||
(unless min-time
|
||||
(setq min-time 0.2))
|
||||
(let ((reporter
|
||||
|
Loading…
Reference in New Issue
Block a user