]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-cookie-generate-header-lines): Fix autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:28:07 +0000 (21:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:28:07 +0000 (21:28 +0000)
lisp/url/url-cookie.el

index 7cee222c373dba7e17fbf247a2f804caf9102e67..db50f289521ba04d30a243e6843d8f0d74f4e3fe 100644 (file)
@@ -262,7 +262,7 @@ telling Microsoft that."
                (setq retval (cons cur retval))))))
     retval))
 
-;;;###autolaod
+;;;###autoload
 (defun url-cookie-generate-header-lines (host path secure)
   (let* ((cookies (url-cookie-retrieve host path secure))
        (retval nil)