]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (make-progress-reporter): Add "..." by default.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Jun 2011 18:04:44 +0000 (15:04 -0300)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Jun 2011 18:04:44 +0000 (15:04 -0300)
Fixes: debbugs:8785
lisp/ChangeLog
lisp/subr.el

index 3834c99f000629ac8073bbc088a905b0503abb4e..101384cee7d9ee13bb18f20bd6674a7842e480ec 100644 (file)
@@ -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):
index 74c9ce57d8f114dc92a36d69615d6f28afc0ada8..d0ef38c11408ef920d33aebd9d16d90ca48acb36 100644 (file)
@@ -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