mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(url-cookie-p): Declare as a function.
This commit is contained in:
parent
a3c8a5f7e1
commit
361763416f
@ -11,7 +11,8 @@
|
||||
(check-declare-verify): Doc fix. Handle `fileonly' case.
|
||||
Use progn rather than prog1.
|
||||
|
||||
* desktop.el (uniquify-item-base): Declare as a function.
|
||||
* desktop.el (uniquify-item-base):
|
||||
* term/mac-win.el (url-type): Declare as functions.
|
||||
|
||||
* net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
|
||||
(bbdb-address-city, bbdb-address-state, bbdb-address-zip)
|
||||
|
@ -1,3 +1,7 @@
|
||||
2007-11-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* url-cookie.el (url-cookie-p): Declare as a function.
|
||||
|
||||
2007-11-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* url-file.el (url-file-build-filename, url-file): Wrap uses of
|
||||
|
@ -87,8 +87,7 @@ telling Microsoft that."
|
||||
;; (message "Could not load cookie file %s" fname)
|
||||
)))
|
||||
|
||||
;; check-declare does not handle defstruct.
|
||||
;;;(declare-function url-cookie-p "url-cookie")
|
||||
(declare-function url-cookie-p "url-cookie" t t) ; defstruct
|
||||
|
||||
(defun url-cookie-clean-up (&optional secure)
|
||||
(let* (
|
||||
|
Loading…
Reference in New Issue
Block a user