aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/windmove.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/windmove.el')
-rw-r--r--lisp/windmove.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/windmove.el b/lisp/windmove.el
index 14656c98d18..b573000fd7b 100644
--- a/lisp/windmove.el
+++ b/lisp/windmove.el
@@ -425,7 +425,7 @@ supplied, if ARG is greater or smaller than zero, respectively."
425 top-left 425 top-left
426 ;; Don't care whether window is horizontally scrolled - 426 ;; Don't care whether window is horizontally scrolled -
427 ;; `posn-at-point' handles that already. See also: 427 ;; `posn-at-point' handles that already. See also:
428 ;; http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00638.html 428 ;; https://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00638.html
429 (posn-col-row 429 (posn-col-row
430 (posn-at-point (window-point window) window)))))))) 430 (posn-at-point (window-point window) window))))))))
431 431