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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-history.el
Date: Tue, 14 Jun 2005 11:07:56 -0400

Index: emacs/lisp/url/url-history.el
diff -c emacs/lisp/url/url-history.el:1.6 emacs/lisp/url/url-history.el:1.7
*** emacs/lisp/url/url-history.el:1.6   Sat Feb 26 15:22:01 2005
--- emacs/lisp/url/url-history.el       Tue Jun 14 15:07:56 2005
***************
*** 84,90 ****
  (defun url-history-setup-save-timer ()
    "Reset the history list timer."
    (interactive)
!   (ignore-errors 
      (cond ((fboundp 'cancel-timer) (cancel-timer url-history-timer))
          ((fboundp 'delete-itimer) (delete-itimer url-history-timer))))
    (setq url-history-timer nil)
--- 84,90 ----
  (defun url-history-setup-save-timer ()
    "Reset the history list timer."
    (interactive)
!   (ignore-errors
      (cond ((fboundp 'cancel-timer) (cancel-timer url-history-timer))
          ((fboundp 'delete-itimer) (delete-itimer url-history-timer))))
    (setq url-history-timer nil)
***************
*** 192,198 ****
         (gethash string url-history-hash-table)
         t))
     (t
!     (error "url-completion-function very confused."))))
  
  (provide 'url-history)
  
--- 192,198 ----
         (gethash string url-history-hash-table)
         t))
     (t
!     (error "url-completion-function very confused"))))
  
  (provide 'url-history)
  




reply via email to

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