/[emacs]/emacs/lisp/url/url-history.el
ViewVC logotype

Diff of /emacs/lisp/url/url-history.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by eliz, Sat Feb 26 15:22:01 2005 UTC revision 1.7 by lektu, Tue Jun 14 15:07:56 2005 UTC
# Line 84  to run the `url-history-setup-save-timer Line 84  to run the `url-history-setup-save-timer
84  (defun url-history-setup-save-timer ()  (defun url-history-setup-save-timer ()
85    "Reset the history list timer."    "Reset the history list timer."
86    (interactive)    (interactive)
87    (ignore-errors    (ignore-errors
88      (cond ((fboundp 'cancel-timer) (cancel-timer url-history-timer))      (cond ((fboundp 'cancel-timer) (cancel-timer url-history-timer))
89            ((fboundp 'delete-itimer) (delete-itimer url-history-timer))))            ((fboundp 'delete-itimer) (delete-itimer url-history-timer))))
90    (setq url-history-timer nil)    (setq url-history-timer nil)
# Line 192  user for what type to save as." Line 192  user for what type to save as."
192           (gethash string url-history-hash-table)           (gethash string url-history-hash-table)
193           t))           t))
194     (t     (t
195      (error "url-completion-function very confused."))))      (error "url-completion-function very confused"))))
196    
197  (provide 'url-history)  (provide 'url-history)
198    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26