From: Glenn Morris Date: Wed, 5 Dec 2007 03:33:30 +0000 (+0000) Subject: (ediff-version): Declare as a function. X-Git-Tag: emacs-pretest-23.0.90~9087 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5786bb713c49d36f8da24973d96c58200773b67f;p=emacs.git (ediff-version): Declare as a function. --- diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el index f3e5a250f9e..a642167474c 100644 --- a/lisp/ediff-util.el +++ b/lisp/ediff-util.el @@ -2817,6 +2817,9 @@ up an appropriate window config." "To resume, type M-x eregistry and select the desired Ediff session")) +;; ediff-barf-if-not-control-buffer ensures only called from ediff. +(declare-function ediff-version "ediff" ()) + (defun ediff-status-info () "Show the names of the buffers or files being operated on by Ediff. Hit \\[ediff-recenter] to reset the windows afterward."