diff options
author | Miles Bader <miles@gnu.org> | 2004-04-04 04:44:10 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-04-04 04:44:10 +0000 |
commit | e5566bd545c8557083a84f651b02a6090316dfed (patch) | |
tree | 75532668fb9a7ba34639f4ad1289d357ccd5f072 /lisp/url/url-auth.el | |
parent | 1051f1d82c3484c3197916ce6c16b40c7c147b8c (diff) | |
download | emacs-e5566bd545c8557083a84f651b02a6090316dfed.tar.gz |
Resolve CVS conflicts
Diffstat (limited to 'lisp/url/url-auth.el')
-rw-r--r-- | lisp/url/url-auth.el | 8 |
1 files changed, 5 insertions, 3 deletions
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 @@ ;;; url-auth.el --- Uniform Resource Locator authorization modules -;; Author: $Author: wmperry $ -;; Created: $Date: 2001/12/05 19:05:51 $ -;; Version: $Revision: 1.4 $ +;; Author: $Author: monnier $ +;; Created: $Date: 2004/04/04 01:21:46 $ +;; Version: $Revision: 1.1.1.1 $ ;; Keywords: comm, data, processes, hypermedia ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -316,3 +316,5 @@ RATING a rating between 1 and 10 of the strength of the authentication. (assoc scheme url-registered-auth-schemes)) (provide 'url-auth) + +;;; arch-tag: 04058625-616d-44e4-9dbf-4b46b00b2a91 |