mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08: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
|
|
@ -30,7 +30,8 @@
|
|||
(require 'calc-macs)
|
||||
|
||||
;; Declare functions which are defined elsewhere.
|
||||
(declare-function thing-at-point-looking-at "thingatpt" (regexp))
|
||||
(declare-function thing-at-point-looking-at "thingatpt"
|
||||
(regexp &optional distance))
|
||||
|
||||
|
||||
(defun calc-show-plain (n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue