X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/666b903b912ca0aa2b1a034859b752b04f03141a..ba3189039adc8ec5eba5ed3e21d42019a4616b7c:/lisp/vcursor.el diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 19cb7a9df8..3ea43e9e31 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el @@ -1,6 +1,7 @@ ;;; vcursor.el --- manipulate an alternative ("virtual") cursor -;; Copyright (C) 1994, 1996, 1998, 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1996, 1998, 2001-2014 Free Software Foundation, +;; Inc. ;; Author: Peter Stephenson ;; Maintainer: FSF @@ -881,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.