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

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

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

revision 1.9 by lute, Mon Jul 4 16:37:19 2005 UTC revision 1.10 by ttn, Sat Aug 6 15:55:38 2005 UTC
# Line 1  Line 1 
1  ;;; url-parse.el --- Uniform Resource Locator parser  ;;; url-parse.el --- Uniform Resource Locator parser
2    
3  ;; Copyright (c) 1996,1997,1998,1999,2004  Free Software Foundation, Inc.  ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
4    ;;   2005 Free Software Foundation, Inc.
5    
6  ;; Keywords: comm, data, processes  ;; Keywords: comm, data, processes
7    
# Line 84  Line 85 
85    
86  (defmacro url-set-full (urlobj val)  (defmacro url-set-full (urlobj val)
87    `(aset ,urlobj 8 ,val))    `(aset ,urlobj 8 ,val))
88      
89  ;;;###autoload  ;;;###autoload
90  (defun url-recreate-url (urlobj)  (defun url-recreate-url (urlobj)
91    "Recreate a URL string from the parsed URLOBJ."    "Recreate a URL string from the parsed URLOBJ."

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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