mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-17 09:25:46 +00:00
Fix some function declarations
* lisp/calc/calc-embed.el (thing-at-point-looking-at): * lisp/emacs-lisp/map-ynp.el (x-popup-dialog): * lisp/obsolete/lmenu.el (x-popup-dialog): * lisp/emacs-lisp/package.el (url-recreate-url): * lisp/mail/mailclient.el (clipboard-kill-ring-save): * lisp/subr.el (x-popup-dialog): Update declaration. * lisp/mail/rmail.el (rmail-mime-message-p): * lisp/window.el (tool-bar-lines-needed): Remove unnecessary declaration.
This commit is contained in:
parent
1bf6ecf2b3
commit
cc0f2ece47
9 changed files with 19 additions and 8 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(declare-function x-popup-dialog "xmenu.c" (position contents &optional header))
|
||||
(declare-function x-popup-dialog "menu.c" (position contents &optional header))
|
||||
|
||||
(defun map-y-or-n-p (prompter actor list &optional help action-alist
|
||||
no-cursor-in-echo-area)
|
||||
|
|
|
@ -210,7 +210,7 @@ If VERSION is nil, the package is not loaded (it is \"disabled\")."
|
|||
(declare-function lm-header "lisp-mnt" (header))
|
||||
(declare-function lm-commentary "lisp-mnt" (&optional file))
|
||||
(defvar url-http-end-of-headers)
|
||||
(declare-function url-recreate-url "url" (urlobj))
|
||||
(declare-function url-recreate-url "url-parse" (urlobj))
|
||||
(defvar url-http-target-url)
|
||||
|
||||
(defcustom package-archives '(("gnu" . "http://elpa.gnu.org/packages/"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue