emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 09cefee: * lisp/vc/compare-w.el (compare-windows-ge


From: Glenn Morris
Subject: [Emacs-diffs] master 09cefee: * lisp/vc/compare-w.el (compare-windows-get-window-function):
Date: Fri, 05 Jun 2015 00:47:10 +0000

branch: master
commit 09cefee10c63731e5a7f4af3db9ac0359fe5b4b4
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/vc/compare-w.el (compare-windows-get-window-function):
    
    Fix :version tag.
---
 lisp/vc/compare-w.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/vc/compare-w.el b/lisp/vc/compare-w.el
index 5b92369..cec1644 100644
--- a/lisp/vc/compare-w.el
+++ b/lisp/vc/compare-w.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]