diff options
| author | Miles Bader | 2004-04-04 04:44:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-04-04 04:44:10 +0000 |
| commit | e5566bd545c8557083a84f651b02a6090316dfed (patch) | |
| tree | 75532668fb9a7ba34639f4ad1289d357ccd5f072 | |
| parent | 1051f1d82c3484c3197916ce6c16b40c7c147b8c (diff) | |
| download | emacs-e5566bd545c8557083a84f651b02a6090316dfed.tar.gz emacs-e5566bd545c8557083a84f651b02a6090316dfed.zip | |
Resolve CVS conflicts
31 files changed, 137 insertions, 79 deletions
diff --git a/lisp/url/url-about.el b/lisp/url/url-about.el index 4fbf2083fae..00d0d595304 100644 --- a/lisp/url/url-about.el +++ b/lisp/url/url-about.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-about.el --- Show internal URLs | 1 | ;;; url-about.el --- Show internal URLs |
| 2 | ;; Author: $Author: wmperry $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/11/24 22:30:21 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.1 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -98,3 +98,5 @@ | |||
| 98 | (error "URL does not know about `%s'" item)))) | 98 | (error "URL does not know about `%s'" item)))) |
| 99 | 99 | ||
| 100 | (provide 'url-about) | 100 | (provide 'url-about) |
| 101 | |||
| 102 | ;;; arch-tag: 65dd7fca-db3f-4cb1-8026-7dd37d4a460e | ||
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el index 5a88b32159c..4165f44484a 100644 --- a/lisp/url/url-auth.el +++ b/lisp/url/url-auth.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-auth.el --- Uniform Resource Locator authorization modules | 1 | ;;; url-auth.el --- Uniform Resource Locator authorization modules |
| 2 | ;; Author: $Author: wmperry $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/12/05 19:05:51 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.4 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -316,3 +316,5 @@ RATING a rating between 1 and 10 of the strength of the authentication. | |||
| 316 | (assoc scheme url-registered-auth-schemes)) | 316 | (assoc scheme url-registered-auth-schemes)) |
| 317 | 317 | ||
| 318 | (provide 'url-auth) | 318 | (provide 'url-auth) |
| 319 | |||
| 320 | ;;; arch-tag: 04058625-616d-44e4-9dbf-4b46b00b2a91 | ||
diff --git a/lisp/url/url-cache.el b/lisp/url/url-cache.el index a6bf2847dd6..7a6cc21383e 100644 --- a/lisp/url/url-cache.el +++ b/lisp/url/url-cache.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-cache.el --- Uniform Resource Locator retrieval tool | 1 | ;;; url-cache.el --- Uniform Resource Locator retrieval tool |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2002/01/22 17:53:45 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.4 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -201,3 +201,5 @@ FILE can be created or overwritten." | |||
| 201 | (t nil)))) | 201 | (t nil)))) |
| 202 | 202 | ||
| 203 | (provide 'url-cache) | 203 | (provide 'url-cache) |
| 204 | |||
| 205 | ;;; arch-tag: 95b050a6-8e81-4f23-8e63-191b9d1d657c | ||
diff --git a/lisp/url/url-cid.el b/lisp/url/url-cid.el index be380387acf..38ddd002daf 100644 --- a/lisp/url/url-cid.el +++ b/lisp/url/url-cid.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-cid.el --- Content-ID URL loader | 1 | ;;; url-cid.el --- Content-ID URL loader |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/05/05 16:35:58 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.3 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -63,3 +63,5 @@ | |||
| 63 | (url-cid-gnus (url-filename url)))) | 63 | (url-cid-gnus (url-filename url)))) |
| 64 | (t | 64 | (t |
| 65 | (message "Unable to handle CID URL: %s" url)))) | 65 | (message "Unable to handle CID URL: %s" url)))) |
| 66 | |||
| 67 | ;;; arch-tag: 23d9ab74-fad4-4dba-b1e7-292871e8bda5 | ||
diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index eca89cb0f5a..d837077ade0 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-cookie.el --- Netscape Cookie support | 1 | ;;; url-cookie.el --- Netscape Cookie support |
| 2 | ;; Author: $Author: wmperry $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2002/10/29 14:44:59 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.7 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -466,3 +466,4 @@ to run the `url-cookie-setup-save-timer' function manually." | |||
| 466 | 466 | ||
| 467 | (provide 'url-cookie) | 467 | (provide 'url-cookie) |
| 468 | 468 | ||
| 469 | ;;; arch-tag: 2568751b-6452-4398-aa2d-303edadb54d7 | ||
diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el index ed5f04375ee..573bcc26ce0 100644 --- a/lisp/url/url-dav.el +++ b/lisp/url/url-dav.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> | 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Version: $Revision: 1.6 $ | 7 | ;; Version: $Revision: 1.1.1.1 $ |
| 8 | ;; Keywords: url, vc | 8 | ;; Keywords: url, vc |
| 9 | 9 | ||
| 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| @@ -971,3 +971,5 @@ Returns nil if DIR contains no name starting with FILE. | |||
| 971 | ;;; Miscellaneous stuff. | 971 | ;;; Miscellaneous stuff. |
| 972 | 972 | ||
| 973 | (provide 'url-dav) | 973 | (provide 'url-dav) |
| 974 | |||
| 975 | ;;; arch-tag: 2b14b7b3-888a-49b8-a490-17276a40e78e | ||
diff --git a/lisp/url/url-dired.el b/lisp/url/url-dired.el index 9a9e45fa15d..0c97ff9dc13 100644 --- a/lisp/url/url-dired.el +++ b/lisp/url/url-dired.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-dired.el --- URL Dired minor mode | 1 | ;;; url-dired.el --- URL Dired minor mode |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/05/05 16:44:20 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.3 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, files | 5 | ;; Keywords: comm, files |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -100,3 +100,5 @@ Example: (add-minor-mode 'view-minor-mode \" View\" view-mode-map)" | |||
| 100 | (url-dired-minor-mode t)) | 100 | (url-dired-minor-mode t)) |
| 101 | 101 | ||
| 102 | (provide 'url-dired) | 102 | (provide 'url-dired) |
| 103 | |||
| 104 | ;;; arch-tag: 2694f21a-43e1-4391-b3cb-cf6e5349f15f | ||
diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el index 49048dd323e..8fe9683acda 100644 --- a/lisp/url/url-expand.el +++ b/lisp/url/url-expand.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-expand.el --- expand-file-name for URLs | 1 | ;;; url-expand.el --- expand-file-name for URLs |
| 2 | ;; Author: $Author: wmperry $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 1999/12/05 08:09:15 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.3 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -141,3 +141,5 @@ path components followed by `..' are removed, along with the `..' itself." | |||
| 141 | (url-set-filename urlobj (if query (concat file sepchar query) file)))))) | 141 | (url-set-filename urlobj (if query (concat file sepchar query) file)))))) |
| 142 | 142 | ||
| 143 | (provide 'url-expand) | 143 | (provide 'url-expand) |
| 144 | |||
| 145 | ;;; arch-tag: 7b5f744b-b721-49da-be47-484631680a5a | ||
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el index fad9995f9ba..eeabc83e485 100644 --- a/lisp/url/url-file.el +++ b/lisp/url/url-file.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-file.el --- File retrieval code | 1 | ;;; url-file.el --- File retrieval code |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2002/04/22 09:14:24 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.11 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -237,3 +237,5 @@ to them." | |||
| 237 | (url-file-create-wrapper file-truename (url &optional counter prev-dirs))) | 237 | (url-file-create-wrapper file-truename (url &optional counter prev-dirs))) |
| 238 | 238 | ||
| 239 | (provide 'url-file) | 239 | (provide 'url-file) |
| 240 | |||
| 241 | ;;; arch-tag: 010e914a-7313-494b-8a8c-6495a862157d | ||
diff --git a/lisp/url/url-ftp.el b/lisp/url/url-ftp.el index 19b55c199e3..1dc679a2418 100644 --- a/lisp/url/url-ftp.el +++ b/lisp/url/url-ftp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-ftp.el --- FTP wrapper | 1 | ;;; url-ftp.el --- FTP wrapper |
| 2 | ;; Author: $Author: wmperry $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 1999/11/30 12:47:21 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.1 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -42,3 +42,5 @@ | |||
| 42 | (defalias 'url-ftp 'url-file) | 42 | (defalias 'url-ftp 'url-file) |
| 43 | 43 | ||
| 44 | (provide 'url-ftp) | 44 | (provide 'url-ftp) |
| 45 | |||
| 46 | ;;; arch-tag: 9c3e70c4-350f-4d4a-bb51-a1e9b459e7dc | ||
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index d66a4468065..71e73ea14b7 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-gw.el --- Gateway munging for URL loading | 1 | ;;; url-gw.el --- Gateway munging for URL loading |
| 2 | ;; Author: Bill Perry <wmperry@gnu.org> | 2 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 3 | ;; Created: $Date: 2002/04/22 09:26:46 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; $Revision: 1.8 $ | 4 | ;; $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -262,3 +262,5 @@ Will not make a connexion if `url-gateway-unplugged' is non-nil." | |||
| 262 | conn))) | 262 | conn))) |
| 263 | 263 | ||
| 264 | (provide 'url-gw) | 264 | (provide 'url-gw) |
| 265 | |||
| 266 | ;;; arch-tag: 1c4c0317-6d03-45b8-b3f3-838bd8f9d838 | ||
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index 8b6ebdf0518..d3f9800d0f0 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-handlers.el --- file-name-handler stuff for URL loading | 1 | ;;; url-handlers.el --- file-name-handler stuff for URL loading |
| 2 | ;; Author: $Author: sds $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2003/06/26 18:45:45 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.10 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -250,3 +250,5 @@ accessible." | |||
| 250 | (auto-save-mode 0))) | 250 | (auto-save-mode 0))) |
| 251 | 251 | ||
| 252 | (provide 'url-handlers) | 252 | (provide 'url-handlers) |
| 253 | |||
| 254 | ;;; arch-tag: 7300b99c-cc83-42ff-9147-79b2723c62ac | ||
diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el index 77b58b6f660..44b269eeaee 100644 --- a/lisp/url/url-history.el +++ b/lisp/url/url-history.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-history.el --- Global history tracking for URL package | 1 | ;;; url-history.el --- Global history tracking for URL package |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/05/05 16:49:52 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.6 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -197,3 +197,5 @@ user for what type to save as." | |||
| 197 | (error "url-completion-function very confused.")))) | 197 | (error "url-completion-function very confused.")))) |
| 198 | 198 | ||
| 199 | (provide 'url-history) | 199 | (provide 'url-history) |
| 200 | |||
| 201 | ;;; arch-tag: fbbbaf63-db36-4e88-bc9f-2939aa93afb2 | ||
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index bdb6b38cf65..c0c0dd68a31 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-http.el --- HTTP retrieval routines | 1 | ;;; url-http.el --- HTTP retrieval routines |
| 2 | ;; Author: Bill Perry <wmperry@gnu.org> | 2 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 3 | ;; Version: $Revision: 1.39 $ | 3 | ;; Version: $Revision: 1.1.1.1 $ |
| 4 | ;; Keywords: comm, data, processes | 4 | ;; Keywords: comm, data, processes |
| 5 | 5 | ||
| 6 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 6 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -1220,4 +1220,5 @@ p3p | |||
| 1220 | 1220 | ||
| 1221 | (provide 'url-http) | 1221 | (provide 'url-http) |
| 1222 | 1222 | ||
| 1223 | ;;; arch-tag: ba7c59ae-c0f4-4a31-9617-d85f221732ee | ||
| 1223 | ;;; url-http.el ends here | 1224 | ;;; url-http.el ends here |
diff --git a/lisp/url/url-https.el b/lisp/url/url-https.el index 27652792d49..d603740357e 100644 --- a/lisp/url/url-https.el +++ b/lisp/url/url-https.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-https.el --- HTTP over SSL routines | 1 | ;;; url-https.el --- HTTP over SSL routines |
| 2 | ;; Author: $Author: wmperry $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/11/22 14:32:13 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.3 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -51,3 +51,5 @@ | |||
| 51 | (url-https-create-secure-wrapper file-attributes (url)) | 51 | (url-https-create-secure-wrapper file-attributes (url)) |
| 52 | 52 | ||
| 53 | (provide 'url-https) | 53 | (provide 'url-https) |
| 54 | |||
| 55 | ;;; arch-tag: c3645ac5-c248-4d12-ad41-7c4b6f7b6d19 | ||
diff --git a/lisp/url/url-imap.el b/lisp/url/url-imap.el index 3d143759cfb..d5f1813a294 100644 --- a/lisp/url/url-imap.el +++ b/lisp/url/url-imap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-imap.el --- IMAP retrieval routines | 1 | ;;; url-imap.el --- IMAP retrieval routines |
| 2 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 2 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 3 | ;; Created: $Date: 2002/01/22 17:52:16 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.4 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -79,3 +79,5 @@ | |||
| 79 | ;; xxx list messages in mailbox (start gnus?) | 79 | ;; xxx list messages in mailbox (start gnus?) |
| 80 | ))) | 80 | ))) |
| 81 | (current-buffer))) | 81 | (current-buffer))) |
| 82 | |||
| 83 | ;;; arch-tag: 034991ff-5425-48ea-b911-c96c90e6f47d | ||
diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el index c4005d19ec7..9ff4e122d52 100644 --- a/lisp/url/url-irc.el +++ b/lisp/url/url-irc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-irc.el --- IRC URL interface | 1 | ;;; url-irc.el --- IRC URL interface |
| 2 | ;; Author: $Author: wmperry $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 1999/12/24 12:13:33 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.2 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -76,3 +76,5 @@ PASSWORD - What password to use" | |||
| 76 | nil)) | 76 | nil)) |
| 77 | 77 | ||
| 78 | (provide 'url-irc) | 78 | (provide 'url-irc) |
| 79 | |||
| 80 | ;;; arch-tag: 2e5eecf8-9eb3-436b-9fbd-c26f2fb2bf3e | ||
diff --git a/lisp/url/url-ldap.el b/lisp/url/url-ldap.el index 67409e39a1d..b2d7980be06 100644 --- a/lisp/url/url-ldap.el +++ b/lisp/url/url-ldap.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code | 1 | ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code |
| 2 | ;; Author: $Author: wmperry $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 1999/11/26 12:11:50 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.1.1.1 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| @@ -231,3 +231,5 @@ | |||
| 231 | (current-buffer))) | 231 | (current-buffer))) |
| 232 | 232 | ||
| 233 | (provide 'url-ldap) | 233 | (provide 'url-ldap) |
| 234 | |||
| 235 | ;;; arch-tag: 6230e21c-41ae-4174-bd83-82c835676fc8 | ||
diff --git a/lisp/url/url-mailto.el b/lisp/url/url-mailto.el index 02e410411f5..a8492834711 100644 --- a/lisp/url/url-mailto.el +++ b/lisp/url/url-mailto.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code | 1 | ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/10/05 17:04:06 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.4 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -127,3 +127,5 @@ | |||
| 127 | nil)) | 127 | nil)) |
| 128 | 128 | ||
| 129 | (provide 'url-mailto) | 129 | (provide 'url-mailto) |
| 130 | |||
| 131 | ;;; arch-tag: 7b7ad52e-8760-497b-9444-75fae14e34c5 | ||
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el index dfb26c9a228..89325e6c0b3 100644 --- a/lisp/url/url-methods.el +++ b/lisp/url/url-methods.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-methods.el --- Load URL schemes as needed | 1 | ;;; url-methods.el --- Load URL schemes as needed |
| 2 | ;; Author: $Author: monnier $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ | 3 | ;; Created: $Date: 2004/04/04 03:10:58 $ |
| 4 | ;; Version: $Revision: 1.1.1.1 $ | 4 | ;; Version: $Revision: 1.2 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -146,3 +146,5 @@ it has not already been loaded." | |||
| 146 | (plist-get url-scheme-default-properties property)))) | 146 | (plist-get url-scheme-default-properties property)))) |
| 147 | 147 | ||
| 148 | (provide 'url-methods) | 148 | (provide 'url-methods) |
| 149 | |||
| 150 | ;;; arch-tag: 336863f8-5a07-4906-9be5-b3c6bcebbe67 | ||
diff --git a/lisp/url/url-misc.el b/lisp/url/url-misc.el index 9a9e58b263a..95a26ec4016 100644 --- a/lisp/url/url-misc.el +++ b/lisp/url/url-misc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code | 1 | ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2002/04/22 22:23:59 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.5 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -117,3 +117,5 @@ | |||
| 117 | (current-buffer)))) | 117 | (current-buffer)))) |
| 118 | 118 | ||
| 119 | (provide 'url-misc) | 119 | (provide 'url-misc) |
| 120 | |||
| 121 | ;;; arch-tag: 8c544e1b-d8bc-40a6-b319-f1f37fef65a0 | ||
diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el index f758b12f689..298c51dde89 100644 --- a/lisp/url/url-news.el +++ b/lisp/url/url-news.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-news.el --- News Uniform Resource Locator retrieval code | 1 | ;;; url-news.el --- News Uniform Resource Locator retrieval code |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/05/22 16:13:00 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.3 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -133,3 +133,5 @@ | |||
| 133 | (url-news url))) | 133 | (url-news url))) |
| 134 | 134 | ||
| 135 | (provide 'url-news) | 135 | (provide 'url-news) |
| 136 | |||
| 137 | ;;; arch-tag: 8975be13-04e8-4d38-bfff-47918e3ad311 | ||
diff --git a/lisp/url/url-nfs.el b/lisp/url/url-nfs.el index d3e5b4d4128..a7ea476a647 100644 --- a/lisp/url/url-nfs.el +++ b/lisp/url/url-nfs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-nfs.el --- NFS URL interface | 1 | ;;; url-nfs.el --- NFS URL interface |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/05/22 16:10:50 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.3 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -95,3 +95,5 @@ Each can be used any number of times.") | |||
| 95 | (url-nfs-create-wrapper file-truename (url &optional counter prev-dirs))) | 95 | (url-nfs-create-wrapper file-truename (url &optional counter prev-dirs))) |
| 96 | 96 | ||
| 97 | (provide 'url-nfs) | 97 | (provide 'url-nfs) |
| 98 | |||
| 99 | ;;; arch-tag: cdf9c9ba-b7d2-4c29-8b48-7ae9bbc0d437 | ||
diff --git a/lisp/url/url-ns.el b/lisp/url/url-ns.el index 0800f70700a..759d2e00c1c 100644 --- a/lisp/url/url-ns.el +++ b/lisp/url/url-ns.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-ns.el --- Various netscape-ish functions for proxy definitions | 1 | ;;; url-ns.el --- Various netscape-ish functions for proxy definitions |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2000/12/20 21:08:02 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.2 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -104,3 +104,5 @@ | |||
| 104 | (gethash key url-ns-user-prefs default)) | 104 | (gethash key url-ns-user-prefs default)) |
| 105 | 105 | ||
| 106 | (provide 'url-ns) | 106 | (provide 'url-ns) |
| 107 | |||
| 108 | ;;; arch-tag: 69520992-cf97-40b4-9ad1-c866d3cae5bf | ||
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el index bab39476559..dd08bc458bc 100644 --- a/lisp/url/url-parse.el +++ b/lisp/url/url-parse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-parse.el --- Uniform Resource Locator parser | 1 | ;;; url-parse.el --- Uniform Resource Locator parser |
| 2 | ;; Author: $Author: monnier $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ | 3 | ;; Created: $Date: 2004/04/04 03:10:58 $ |
| 4 | ;; Version: $Revision: 1.1.1.1 $ | 4 | ;; Version: $Revision: 1.2 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -204,3 +204,5 @@ Format is: | |||
| 204 | (vector prot user pass host port file refs attr full)))))) | 204 | (vector prot user pass host port file refs attr full)))))) |
| 205 | 205 | ||
| 206 | (provide 'url-parse) | 206 | (provide 'url-parse) |
| 207 | |||
| 208 | ;;; arch-tag: f338325f-71ab-4bee-93cc-78fb9a03d403 | ||
diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el index dcb244e5a21..00c5d899258 100644 --- a/lisp/url/url-privacy.el +++ b/lisp/url/url-privacy.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-privacy.el --- Global history tracking for URL package | 1 | ;;; url-privacy.el --- Global history tracking for URL package |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/10/05 17:10:26 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.4 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -81,3 +81,5 @@ | |||
| 81 | (t nil)))) | 81 | (t nil)))) |
| 82 | 82 | ||
| 83 | (provide 'url-privacy) | 83 | (provide 'url-privacy) |
| 84 | |||
| 85 | ;;; arch-tag: fdaf95e4-98f0-4680-94c3-f3eadafabe1d | ||
diff --git a/lisp/url/url-proxy.el b/lisp/url/url-proxy.el index b13a0545528..9b4fdad09e5 100644 --- a/lisp/url/url-proxy.el +++ b/lisp/url/url-proxy.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-proxy.el --- Proxy server support | 1 | ;;; url-proxy.el --- Proxy server support |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2001/10/11 21:09:35 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.5 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -76,3 +76,5 @@ | |||
| 76 | (url-http url-using-proxy callback cbargs))) | 76 | (url-http url-using-proxy callback cbargs))) |
| 77 | 77 | ||
| 78 | (provide 'url-proxy) | 78 | (provide 'url-proxy) |
| 79 | |||
| 80 | ;;; arch-tag: 4ff8882e-e498-42b7-abc5-acb449cdbc62 | ||
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index d81a059ee02..109d88d5ebc 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library | 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library |
| 2 | ;; Author: Bill Perry <wmperry@gnu.org> | 2 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 3 | ;; Created: $Date: 2002/04/22 09:16:11 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.14 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -485,3 +485,5 @@ Has a preference for looking backward when not directly on a symbol." | |||
| 485 | (mail-header-extract))))) | 485 | (mail-header-extract))))) |
| 486 | 486 | ||
| 487 | (provide 'url-util) | 487 | (provide 'url-util) |
| 488 | |||
| 489 | ;;; arch-tag: 24352abc-5a5a-412e-90cd-313b26bed5c9 | ||
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 4e09c441a45..54698d33273 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-vars.el --- Variables for Uniform Resource Locator tool | 1 | ;;; url-vars.el --- Variables for Uniform Resource Locator tool |
| 2 | ;; Author: $Author: fx $ | 2 | ;; Author: $Author: monnier $ |
| 3 | ;; Created: $Date: 2002/04/22 09:25:02 $ | 3 | ;; Created: $Date: 2004/04/04 01:21:46 $ |
| 4 | ;; Version: $Revision: 1.14 $ | 4 | ;; Version: $Revision: 1.1.1.1 $ |
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -432,4 +432,5 @@ This should be set, e.g. by mail user agents rendering HTML to avoid | |||
| 432 | 432 | ||
| 433 | (provide 'url-vars) | 433 | (provide 'url-vars) |
| 434 | 434 | ||
| 435 | ;;; arch-tag: 29205e5f-c5ce-433c-8d5d-38cbaed64b49 | ||
| 435 | ;;; url-vars.el ends here | 436 | ;;; url-vars.el ends here |
diff --git a/lisp/url/url.el b/lisp/url/url.el index 22d5aa59997..34b8b03e865 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url.el --- Uniform Resource Locator retrieval tool | 1 | ;;; url.el --- Uniform Resource Locator retrieval tool |
| 2 | ;; Author: Bill Perry <wmperry@gnu.org> | 2 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 3 | ;; Version: $Revision: 1.15 $ | 3 | ;; Version: $Revision: 1.1.1.1 $ |
| 4 | ;; Keywords: comm, data, processes, hypermedia | 4 | ;; Keywords: comm, data, processes, hypermedia |
| 5 | 5 | ||
| 6 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 6 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -266,4 +266,5 @@ no further processing). URL is either a string or a parsed URL." | |||
| 266 | 266 | ||
| 267 | (provide 'url) | 267 | (provide 'url) |
| 268 | 268 | ||
| 269 | ;;; arch-tag: bc182f1f-d187-4f10-b961-47af2066579a | ||
| 269 | ;;; url.el ends here | 270 | ;;; url.el ends here |
diff --git a/lisp/url/vc-dav.el b/lisp/url/vc-dav.el index dc03361dcc8..3f468900441 100644 --- a/lisp/url/vc-dav.el +++ b/lisp/url/vc-dav.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> | 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Version: $Revision: 1.3 $ | 7 | ;; Version: $Revision: 1.1.1.1 $ |
| 8 | ;; Keywords: url, vc | 8 | ;; Keywords: url, vc |
| 9 | 9 | ||
| 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| @@ -175,3 +175,5 @@ It should return a status of either 0 (no differences found), or | |||
| 175 | ;; deleting the resource. | 175 | ;; deleting the resource. |
| 176 | 176 | ||
| 177 | (provide 'vc-dav) | 177 | (provide 'vc-dav) |
| 178 | |||
| 179 | ;;; arch-tag: 0a0fb9fe-8190-4c0a-a179-5c291d3a467e | ||