diff options
Diffstat (limited to 'lisp/vcursor.el')
-rw-r--r-- | lisp/vcursor.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index b586145d667..b6ea3383bec 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el @@ -882,6 +882,8 @@ ALL-FRAMES is also used to decide whether to split the window." (vcursor-disable -1)))) ) +(declare-function compare-windows-skip-whitespace "compare-w" (start)) + ;; vcursor-compare-windows is copied from compare-w.el with only ;; minor modifications; these are too bound up with the function ;; to make it really useful to call compare-windows itself. |