/[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.5 by lh, Sun Oct 10 20:37:43 2004 UTC revision 1.6 by eliz, Sat Feb 26 15:22:01 2005 UTC
# Line 164  user for what type to save as." Line 164  user for what type to save as."
164    
165  (defun url-have-visited-url (url)  (defun url-have-visited-url (url)
166    (url-do-setup)    (url-do-setup)
167    (gethash url url-history-hash-table nil))    (and url-history-hash-table
168           (gethash url url-history-hash-table nil)))
169    
170  (defun url-completion-function (string predicate function)  (defun url-completion-function (string predicate function)
171    (url-do-setup)    (url-do-setup)

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

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