diff options
| author | Richard M. Stallman | 2005-06-23 21:28:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-23 21:28:07 +0000 |
| commit | 7407e52e20de845f3c52b244df7d5fba01101e9b (patch) | |
| tree | fa6c76e5abd8f4d65715ebef146725eeb8b0fa80 | |
| parent | d6281b4ece25236adc46e8d91ac4331dbb737dc2 (diff) | |
| download | emacs-7407e52e20de845f3c52b244df7d5fba01101e9b.tar.gz emacs-7407e52e20de845f3c52b244df7d5fba01101e9b.zip | |
(url-cookie-generate-header-lines): Fix autoload cookie.
| -rw-r--r-- | lisp/url/url-cookie.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index 7cee222c373..db50f289521 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el | |||
| @@ -262,7 +262,7 @@ telling Microsoft that." | |||
| 262 | (setq retval (cons cur retval)))))) | 262 | (setq retval (cons cur retval)))))) |
| 263 | retval)) | 263 | retval)) |
| 264 | 264 | ||
| 265 | ;;;###autolaod | 265 | ;;;###autoload |
| 266 | (defun url-cookie-generate-header-lines (host path secure) | 266 | (defun url-cookie-generate-header-lines (host path secure) |
| 267 | (let* ((cookies (url-cookie-retrieve host path secure)) | 267 | (let* ((cookies (url-cookie-retrieve host path secure)) |
| 268 | (retval nil) | 268 | (retval nil) |