emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-util.el,v


From: Magnus Henoch
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-util.el,v
Date: Thu, 23 Nov 2006 08:40:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Magnus Henoch <legoscia>        06/11/23 08:40:50

Index: url-util.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-util.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- url-util.el 31 Jul 2006 21:36:42 -0000      1.14
+++ url-util.el 23 Nov 2006 08:40:50 -0000      1.15
@@ -244,12 +244,13 @@
 
 ;;;###autoload
 (defun url-display-percentage (fmt perc &rest args)
+  (when url-show-status
   (if (null fmt)
       (if (fboundp 'clear-progress-display)
          (clear-progress-display))
     (if (and (fboundp 'progress-display) perc)
        (apply 'progress-display fmt perc args)
-      (apply 'message fmt args))))
+       (apply 'message fmt args)))))
 
 ;;;###autoload
 (defun url-percentage (x y)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]