diff options
| author | Glenn Morris | 2015-06-04 20:47:05 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-06-04 20:47:05 -0400 |
| commit | 09cefee10c63731e5a7f4af3db9ac0359fe5b4b4 (patch) | |
| tree | 513ef00de324b4dae09b557ecebd83b327640679 | |
| parent | 7c9a2ef84579e88447e8cdf46b6f38d83d0a8cc0 (diff) | |
| download | emacs-09cefee10c63731e5a7f4af3db9ac0359fe5b4b4.tar.gz emacs-09cefee10c63731e5a7f4af3db9ac0359fe5b4b4.zip | |
* lisp/vc/compare-w.el (compare-windows-get-window-function):
Fix :version tag.
| -rw-r--r-- | 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 5b923697241..cec16446984 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'." | |||
| 150 | (defvar compare-windows-overlays2 nil) | 150 | (defvar compare-windows-overlays2 nil) |
| 151 | (defvar compare-windows-sync-point nil) | 151 | (defvar compare-windows-sync-point nil) |
| 152 | 152 | ||
| 153 | (defcustom compare-windows-get-window-function 'compare-windows-get-recent-window | 153 | (defcustom compare-windows-get-window-function |
| 154 | 'compare-windows-get-recent-window | ||
| 154 | "Function that provides the window to compare with." | 155 | "Function that provides the window to compare with." |
| 155 | :type '(choice | 156 | :type '(choice |
| 156 | (function-item :tag "Most recently used window" | 157 | (function-item :tag "Most recently used window" |
| @@ -159,7 +160,7 @@ out all highlighting later with the command `compare-windows-dehighlight'." | |||
| 159 | compare-windows-get-next-window) | 160 | compare-windows-get-next-window) |
| 160 | (function :tag "Your function")) | 161 | (function :tag "Your function")) |
| 161 | :group 'compare-windows | 162 | :group 'compare-windows |
| 162 | :version "25.0") | 163 | :version "25.1") |
| 163 | 164 | ||
| 164 | (defun compare-windows-get-recent-window () | 165 | (defun compare-windows-get-recent-window () |
| 165 | "Return the most recently used window. | 166 | "Return the most recently used window. |