aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ediff-util.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-12-05 03:33:30 +0000
committerGlenn Morris <[email protected]>2007-12-05 03:33:30 +0000
commit5786bb713c49d36f8da24973d96c58200773b67f (patch)
tree75e3f75755ad7ee0897be648d32d4bdbb229f935 /lisp/ediff-util.el
parent981ed8df13f7c8d1e03dd1c4376b2174f86e8002 (diff)
(ediff-version): Declare as a function.
Diffstat (limited to 'lisp/ediff-util.el')
-rw-r--r--lisp/ediff-util.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el
index f3e5a250f9..a642167474 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."