diff options
Diffstat (limited to 'lisp/url/url-util.el')
-rw-r--r-- | lisp/url/url-util.el | 6 |
1 files changed, 4 insertions, 2 deletions
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 @@ ;;; url-util.el --- Miscellaneous helper routines for URL library ;; Author: Bill Perry <wmperry@gnu.org> -;; Created: $Date: 2002/04/22 09:16:11 $ -;; Version: $Revision: 1.14 $ +;; Created: $Date: 2004/04/04 01:21:46 $ +;; Version: $Revision: 1.1.1.1 $ ;; Keywords: comm, data, processes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -485,3 +485,5 @@ Has a preference for looking backward when not directly on a symbol." (mail-header-extract))))) (provide 'url-util) + +;;; arch-tag: 24352abc-5a5a-412e-90cd-313b26bed5c9 |