summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-05-18 22:01:59 -0400
committerKyle Meyer <kyle@kyleam.com>2016-05-18 22:05:36 -0400
commit4efae4f1ff7ca3fa0e70a80099234511b416c28b (patch)
tree2a25427954b0b8e239e8f7220033c17eaf9b4217
parent291938d0b0c146bc9a30061be390af83845801f1 (diff)
downloadorg-mode-4efae4f1ff7ca3fa0e70a80099234511b416c28b.tar.gz
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.
-rw-r--r--lisp/org-macro.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org-macro.el b/lisp/org-macro.el
index a838b9e..f740a0a 100644
--- a/lisp/org-macro.el
+++ b/lisp/org-macro.el
@@ -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