summaryrefslogtreecommitdiff
path: root/lisp/url/url-parse.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-08-06 15:55:38 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-08-06 15:55:38 +0000
commit71ddfde5a548ac9a56b3652c4c8c1dd4f3fce1ce (patch)
tree6f559c2614bd75d22a658ef6b67d1ef7dc53c9b4 /lisp/url/url-parse.el
parent97beadbd1f109740f91e5d078c3fab64de028121 (diff)
downloademacs-71ddfde5a548ac9a56b3652c4c8c1dd4f3fce1ce.tar.gz
Update years in copyright notice; nfc.
Diffstat (limited to 'lisp/url/url-parse.el')
-rw-r--r--lisp/url/url-parse.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el
index db85c43a38f..bbe7f112cea 100644
--- a/lisp/url/url-parse.el
+++ b/lisp/url/url-parse.el
@@ -1,6 +1,7 @@
;;; url-parse.el --- Uniform Resource Locator parser
-;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
+;; 2005 Free Software Foundation, Inc.
;; Keywords: comm, data, processes
@@ -84,7 +85,7 @@
(defmacro url-set-full (urlobj val)
`(aset ,urlobj 8 ,val))
-
+
;;;###autoload
(defun url-recreate-url (urlobj)
"Recreate a URL string from the parsed URLOBJ."