]> code.delx.au - gnu-emacs/blobdiff - lisp/vcursor.el
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / lisp / vcursor.el
index b586145d66787db153c560cd4ca083b8982a379c..3ea43e9e31e9ba5914915a07836674cc7c58236d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; vcursor.el --- manipulate an alternative ("virtual") cursor
 
-;; Copyright (C) 1994, 1996, 1998, 2001-2013 Free Software Foundation,
+;; Copyright (C) 1994, 1996, 1998, 2001-2014 Free Software Foundation,
 ;; Inc.
 
 ;; Author:   Peter Stephenson <pws@ibmth.df.unipi.it>
@@ -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.