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.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url.el
Date: Thu, 01 Dec 2005 14:14:15 -0500

Index: emacs/lisp/url/url.el
diff -c emacs/lisp/url/url.el:1.15 emacs/lisp/url/url.el:1.16
*** emacs/lisp/url/url.el:1.15  Sun Oct 16 14:12:35 2005
--- emacs/lisp/url/url.el       Thu Dec  1 19:14:15 2005
***************
*** 148,154 ****
        (if buffer
          (with-current-buffer buffer
            (apply callback cbargs))))
!     (url-history-update-url url (current-time))
      buffer))
  
  (defun url-retrieve-synchronously (url)
--- 148,155 ----
        (if buffer
          (with-current-buffer buffer
            (apply callback cbargs))))
!     (if url-history-track
!       (url-history-update-url url (current-time)))
      buffer))
  
  (defun url-retrieve-synchronously (url)




reply via email to

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