Browse Source

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.
Kyle Meyer 9 years ago
parent
commit
4efae4f1ff
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lisp/org-macro.el

+ 1 - 2
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