]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/compare-w.el (compare-windows-get-window-function):
authorGlenn Morris <rgm@gnu.org>
Fri, 5 Jun 2015 00:47:05 +0000 (20:47 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 5 Jun 2015 00:47:05 +0000 (20:47 -0400)
Fix :version tag.

lisp/vc/compare-w.el

index 5b923697241e564b853ba3b1c6316e9ed84a775b..cec164469846174b00a617099c47d3c14324b4c3 100644 (file)
@@ -150,7 +150,8 @@ out all highlighting later with the command `compare-windows-dehighlight'."
 (defvar compare-windows-overlays2 nil)
 (defvar compare-windows-sync-point nil)
 
-(defcustom compare-windows-get-window-function 'compare-windows-get-recent-window
+(defcustom compare-windows-get-window-function
+  'compare-windows-get-recent-window
   "Function that provides the window to compare with."
   :type '(choice
          (function-item :tag "Most recently used window"
@@ -159,7 +160,7 @@ out all highlighting later with the command `compare-windows-dehighlight'."
                         compare-windows-get-next-window)
          (function :tag "Your function"))
   :group 'compare-windows
-  :version "25.0")
+  :version "25.1")
 
 (defun compare-windows-get-recent-window ()
   "Return the most recently used window.