Adjust function declaration changes from 291938d

* lisp/org-macro.el (org-with-wide-buffer): Remove unnecessary
declaration.
(vc-call): Signal that FN is not a defun.  Match arguments.
This commit is contained in:
Kyle Meyer 2016-05-18 22:01:59 -04:00
parent 291938d0b0
commit 4efae4f1ff
1 changed files with 1 additions and 2 deletions

View File

@ -58,9 +58,8 @@
(declare-function org-file-contents "org" (file &optional noerror))
(declare-function org-mode "org" ())
(declare-function org-remove-double-quotes "org" (s))
(declare-function org-with-wide-buffer "org-macs" (&rest body))
(declare-function vc-backend "vc-hooks" (f))
(declare-function vc-call "vc-hooks" (&rest args))
(declare-function vc-call "vc-hooks" (fun file &rest args) t)
(declare-function vc-exec-after "vc-dispatcher" (code))
;;; Variables