diff options
| author | Glenn Morris | 2007-11-30 08:06:25 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-30 08:06:25 +0000 |
| commit | 361763416f77cabb5787982f31b502ddba0bef72 (patch) | |
| tree | 329eeab8e2fe3d1eb567cbb407bec3ed9a34fd9d | |
| parent | a3c8a5f7e1aa328740dcd91ced83d0f2437894e8 (diff) | |
| download | emacs-361763416f77cabb5787982f31b502ddba0bef72.tar.gz emacs-361763416f77cabb5787982f31b502ddba0bef72.zip | |
(url-cookie-p): Declare as a function.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/url/url-cookie.el | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 40311f8b804..18051ec8b41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,7 +11,8 @@ | |||
| 11 | (check-declare-verify): Doc fix. Handle `fileonly' case. | 11 | (check-declare-verify): Doc fix. Handle `fileonly' case. |
| 12 | Use progn rather than prog1. | 12 | Use progn rather than prog1. |
| 13 | 13 | ||
| 14 | * desktop.el (uniquify-item-base): Declare as a function. | 14 | * desktop.el (uniquify-item-base): |
| 15 | * term/mac-win.el (url-type): Declare as functions. | ||
| 15 | 16 | ||
| 16 | * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones) | 17 | * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones) |
| 17 | (bbdb-address-city, bbdb-address-state, bbdb-address-zip) | 18 | (bbdb-address-city, bbdb-address-state, bbdb-address-zip) |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 7dab54c7834..30ac5587d2f 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-11-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * url-cookie.el (url-cookie-p): Declare as a function. | ||
| 4 | |||
| 1 | 2007-11-29 Glenn Morris <rgm@gnu.org> | 5 | 2007-11-29 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * url-file.el (url-file-build-filename, url-file): Wrap uses of | 7 | * url-file.el (url-file-build-filename, url-file): Wrap uses of |
diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index 522a470dc08..bc0fea4de44 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el | |||
| @@ -87,8 +87,7 @@ telling Microsoft that." | |||
| 87 | ;; (message "Could not load cookie file %s" fname) | 87 | ;; (message "Could not load cookie file %s" fname) |
| 88 | ))) | 88 | ))) |
| 89 | 89 | ||
| 90 | ;; check-declare does not handle defstruct. | 90 | (declare-function url-cookie-p "url-cookie" t t) ; defstruct |
| 91 | ;;;(declare-function url-cookie-p "url-cookie") | ||
| 92 | 91 | ||
| 93 | (defun url-cookie-clean-up (&optional secure) | 92 | (defun url-cookie-clean-up (&optional secure) |
| 94 | (let* ( | 93 | (let* ( |