mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/vc/compare-w.el (compare-windows-get-window-function):
Fix :version tag.
This commit is contained in:
parent
7c9a2ef845
commit
09cefee10c
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue