summaryrefslogtreecommitdiff
path: root/lisp/url
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-01-15 15:16:57 -0800
committerGlenn Morris <rgm@gnu.org>2011-01-15 15:16:57 -0800
commit0d9f702fd085bc8ad560a3e1f08d5e93054a5d33 (patch)
tree8f7f07c160e5878c775fc6c2bb5ec912a164448e /lisp/url
parent2153c86209ef95a34f3a80f7a1f72d5fade18c21 (diff)
downloademacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.tar.gz
Nuke arch-tags.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-about.el1
-rw-r--r--lisp/url/url-auth.el1
-rw-r--r--lisp/url/url-cache.el1
-rw-r--r--lisp/url/url-cid.el1
-rw-r--r--lisp/url/url-dav.el1
-rw-r--r--lisp/url/url-dired.el1
-rw-r--r--lisp/url/url-expand.el1
-rw-r--r--lisp/url/url-file.el1
-rw-r--r--lisp/url/url-ftp.el1
-rw-r--r--lisp/url/url-gw.el1
-rw-r--r--lisp/url/url-handlers.el1
-rw-r--r--lisp/url/url-history.el1
-rw-r--r--lisp/url/url-http.el1
-rw-r--r--lisp/url/url-imap.el1
-rw-r--r--lisp/url/url-irc.el1
-rw-r--r--lisp/url/url-ldap.el1
-rw-r--r--lisp/url/url-mailto.el1
-rw-r--r--lisp/url/url-methods.el1
-rw-r--r--lisp/url/url-misc.el1
-rw-r--r--lisp/url/url-news.el1
-rw-r--r--lisp/url/url-nfs.el1
-rw-r--r--lisp/url/url-ns.el1
-rw-r--r--lisp/url/url-parse.el1
-rw-r--r--lisp/url/url-privacy.el1
-rw-r--r--lisp/url/url-proxy.el1
-rw-r--r--lisp/url/url-util.el1
-rw-r--r--lisp/url/url-vars.el1
-rw-r--r--lisp/url/url.el1
28 files changed, 0 insertions, 28 deletions
diff --git a/lisp/url/url-about.el b/lisp/url/url-about.el
index 7f78de18fe1..71be17b437b 100644
--- a/lisp/url/url-about.el
+++ b/lisp/url/url-about.el
@@ -99,5 +99,4 @@
(provide 'url-about)
-;; arch-tag: 65dd7fca-db3f-4cb1-8026-7dd37d4a460e
;;; url-about.el ends here
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el
index b3f058748fd..c82546f08f4 100644
--- a/lisp/url/url-auth.el
+++ b/lisp/url/url-auth.el
@@ -345,5 +345,4 @@ RATING a rating between 1 and 10 of the strength of the authentication.
(provide 'url-auth)
-;; arch-tag: 04058625-616d-44e4-9dbf-4b46b00b2a91
;;; url-auth.el ends here
diff --git a/lisp/url/url-cache.el b/lisp/url/url-cache.el
index be2931e090a..730c248e494 100644
--- a/lisp/url/url-cache.el
+++ b/lisp/url/url-cache.el
@@ -211,5 +211,4 @@ If `url-standalone-mode' is non-nil, cached items never expire."
(provide 'url-cache)
-;; arch-tag: 95b050a6-8e81-4f23-8e63-191b9d1d657c
;;; url-cache.el ends here
diff --git a/lisp/url/url-cid.el b/lisp/url/url-cid.el
index 3d34404763f..31eab3f523d 100644
--- a/lisp/url/url-cid.el
+++ b/lisp/url/url-cid.el
@@ -59,5 +59,4 @@
(t
(message "Unable to handle CID URL: %s" url))))
-;; arch-tag: 23d9ab74-fad4-4dba-b1e7-292871e8bda5
;;; url-cid.el ends here
diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el
index bd6907df642..99d98d2bd25 100644
--- a/lisp/url/url-dav.el
+++ b/lisp/url/url-dav.el
@@ -963,5 +963,4 @@ Returns nil if URL contains no name starting with FILE."
(provide 'url-dav)
-;; arch-tag: 2b14b7b3-888a-49b8-a490-17276a40e78e
;;; url-dav.el ends here
diff --git a/lisp/url/url-dired.el b/lisp/url/url-dired.el
index 17c056fbe5f..723183121ac 100644
--- a/lisp/url/url-dired.el
+++ b/lisp/url/url-dired.el
@@ -55,5 +55,4 @@
(provide 'url-dired)
-;; arch-tag: 2694f21a-43e1-4391-b3cb-cf6e5349f15f
;;; url-dired.el ends here
diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el
index c420ea930ba..9d2e7e9fe57 100644
--- a/lisp/url/url-expand.el
+++ b/lisp/url/url-expand.el
@@ -144,5 +144,4 @@ path components followed by `..' are removed, along with the `..' itself."
(provide 'url-expand)
-;; arch-tag: 7b5f744b-b721-49da-be47-484631680a5a
;;; url-expand.el ends here
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el
index 28917fb08a5..c55bc40f429 100644
--- a/lisp/url/url-file.el
+++ b/lisp/url/url-file.el
@@ -241,5 +241,4 @@ to them."
(provide 'url-file)
-;; arch-tag: 010e914a-7313-494b-8a8c-6495a862157d
;;; url-file.el ends here
diff --git a/lisp/url/url-ftp.el b/lisp/url/url-ftp.el
index fdfaecbf8f8..977dc3b2390 100644
--- a/lisp/url/url-ftp.el
+++ b/lisp/url/url-ftp.el
@@ -41,5 +41,4 @@
(provide 'url-ftp)
-;; arch-tag: 9c3e70c4-350f-4d4a-bb51-a1e9b459e7dc
;;; url-ftp.el ends here
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el
index 7d3427743b3..49f3481e29f 100644
--- a/lisp/url/url-gw.el
+++ b/lisp/url/url-gw.el
@@ -276,5 +276,4 @@ Might do a non-blocking connection; use `process-status' to check."
(provide 'url-gw)
-;; arch-tag: 1c4c0317-6d03-45b8-b3f3-838bd8f9d838
;;; url-gw.el ends here
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el
index 9b77c3c5cda..d54d0d82de7 100644
--- a/lisp/url/url-handlers.el
+++ b/lisp/url/url-handlers.el
@@ -325,5 +325,4 @@ They count bytes from the beginning of the body."
(provide 'url-handlers)
-;; arch-tag: 7300b99c-cc83-42ff-9147-79b2723c62ac
;;; url-handlers.el ends here
diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el
index 9e933332e31..ca1e6daf4d6 100644
--- a/lisp/url/url-history.el
+++ b/lisp/url/url-history.el
@@ -184,5 +184,4 @@ user for what type to save as."
(provide 'url-history)
-;; arch-tag: fbbbaf63-db36-4e88-bc9f-2939aa93afb2
;;; url-history.el ends here
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index f1b687cfca2..8fe99dc1152 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -1453,5 +1453,4 @@ p3p
(provide 'url-http)
-;; arch-tag: ba7c59ae-c0f4-4a31-9617-d85f221732ee
;;; url-http.el ends here
diff --git a/lisp/url/url-imap.el b/lisp/url/url-imap.el
index d901bb00c21..e012a7d9c14 100644
--- a/lisp/url/url-imap.el
+++ b/lisp/url/url-imap.el
@@ -76,5 +76,4 @@
)))
(current-buffer)))
-;; arch-tag: 034991ff-5425-48ea-b911-c96c90e6f47d
;;; url-imap.el ends here
diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el
index 5270aab7b4c..fdeeee2e3c7 100644
--- a/lisp/url/url-irc.el
+++ b/lisp/url/url-irc.el
@@ -91,5 +91,4 @@ PASSWORD - What password to use"
(provide 'url-irc)
-;; arch-tag: 2e5eecf8-9eb3-436b-9fbd-c26f2fb2bf3e
;;; url-irc.el ends here
diff --git a/lisp/url/url-ldap.el b/lisp/url/url-ldap.el
index 0a99f7344dd..efe301c8b36 100644
--- a/lisp/url/url-ldap.el
+++ b/lisp/url/url-ldap.el
@@ -237,5 +237,4 @@ URL can be a URL string, or a URL vector of the type returned by
(provide 'url-ldap)
-;; arch-tag: 6230e21c-41ae-4174-bd83-82c835676fc8
;;; url-ldap.el ends here
diff --git a/lisp/url/url-mailto.el b/lisp/url/url-mailto.el
index fec991c3fff..51d00259fb1 100644
--- a/lisp/url/url-mailto.el
+++ b/lisp/url/url-mailto.el
@@ -142,5 +142,4 @@
(provide 'url-mailto)
-;; arch-tag: 7b7ad52e-8760-497b-9444-75fae14e34c5
;;; url-mailto.el ends here
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el
index aeb78880a83..e7da5254f84 100644
--- a/lisp/url/url-methods.el
+++ b/lisp/url/url-methods.el
@@ -154,5 +154,4 @@ it has not already been loaded."
(provide 'url-methods)
-;; arch-tag: 336863f8-5a07-4906-9be5-b3c6bcebbe67
;;; url-methods.el ends here
diff --git a/lisp/url/url-misc.el b/lisp/url/url-misc.el
index bfcc9db6ba9..fb4c6cc9989 100644
--- a/lisp/url/url-misc.el
+++ b/lisp/url/url-misc.el
@@ -115,5 +115,4 @@
(provide 'url-misc)
-;; arch-tag: 8c544e1b-d8bc-40a6-b319-f1f37fef65a0
;;; url-misc.el ends here
diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el
index 7f788119c52..71e77cf3a1c 100644
--- a/lisp/url/url-news.el
+++ b/lisp/url/url-news.el
@@ -130,5 +130,4 @@
(provide 'url-news)
-;; arch-tag: 8975be13-04e8-4d38-bfff-47918e3ad311
;;; url-news.el ends here
diff --git a/lisp/url/url-nfs.el b/lisp/url/url-nfs.el
index f10b8ce3959..6261b6fddb1 100644
--- a/lisp/url/url-nfs.el
+++ b/lisp/url/url-nfs.el
@@ -89,5 +89,4 @@ Each can be used any number of times.")
(provide 'url-nfs)
-;; arch-tag: cdf9c9ba-b7d2-4c29-8b48-7ae9bbc0d437
;;; url-nfs.el ends here
diff --git a/lisp/url/url-ns.el b/lisp/url/url-ns.el
index b42052aa336..915d354e643 100644
--- a/lisp/url/url-ns.el
+++ b/lisp/url/url-ns.el
@@ -102,5 +102,4 @@
(provide 'url-ns)
-;; arch-tag: 69520992-cf97-40b4-9ad1-c866d3cae5bf
;;; url-ns.el ends here
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el
index 2ac7685c6cc..0be55e10ab6 100644
--- a/lisp/url/url-parse.el
+++ b/lisp/url/url-parse.el
@@ -196,5 +196,4 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS."
(provide 'url-parse)
-;; arch-tag: f338325f-71ab-4bee-93cc-78fb9a03d403
;;; url-parse.el ends here
diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el
index 563ef97418d..f15fe97cde9 100644
--- a/lisp/url/url-privacy.el
+++ b/lisp/url/url-privacy.el
@@ -75,5 +75,4 @@
(provide 'url-privacy)
-;; arch-tag: fdaf95e4-98f0-4680-94c3-f3eadafabe1d
;;; url-privacy.el ends here
diff --git a/lisp/url/url-proxy.el b/lisp/url/url-proxy.el
index bfea09e831f..421c736412b 100644
--- a/lisp/url/url-proxy.el
+++ b/lisp/url/url-proxy.el
@@ -76,5 +76,4 @@
(provide 'url-proxy)
-;; arch-tag: 4ff8882e-e498-42b7-abc5-acb449cdbc62
;;; url-proxy.el ends here
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el
index cce153bdb6b..a5971816b1b 100644
--- a/lisp/url/url-util.el
+++ b/lisp/url/url-util.el
@@ -532,5 +532,4 @@ Creates FILE and its parent directories if they do not exist."
(provide 'url-util)
-;; arch-tag: 24352abc-5a5a-412e-90cd-313b26bed5c9
;;; url-util.el ends here
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index f64ef38b8de..7046815b506 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -390,5 +390,4 @@ This should be set, e.g. by mail user agents rendering HTML to avoid
(provide 'url-vars)
-;; arch-tag: 29205e5f-c5ce-433c-8d5d-38cbaed64b49
;;; url-vars.el ends here
diff --git a/lisp/url/url.el b/lisp/url/url.el
index 2529adeb965..4a71aee9d64 100644
--- a/lisp/url/url.el
+++ b/lisp/url/url.el
@@ -326,5 +326,4 @@ no further processing). URL is either a string or a parsed URL."
(provide 'url)
-;; arch-tag: bc182f1f-d187-4f10-b961-47af2066579a
;;; url.el ends here