X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b9345dfd4b5479ec624f1870723a8ea5c9c719e7..7e09ef09a479731d01b1ca46e94ddadd73ac98e3:/lisp/reposition.el diff --git a/lisp/reposition.el b/lisp/reposition.el index 51dd630a0c..feb207b08c 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el @@ -1,10 +1,10 @@ ;;; reposition.el --- center a Lisp function or comment on the screen -;; Copyright (C) 1991, 1994, 2001-2011 Free Software Foundation, Inc. +;; Copyright (C) 1991, 1994, 2001-2015 Free Software Foundation, Inc. ;; Author: Michael D. Ernst ;; Created: Jan 1991 -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. @@ -61,7 +61,7 @@ first comment line visible (if point is in a comment)." (here (point)) ;; change this name once I've gotten rid of references to ht. ;; this is actually the number of the last screen line - (ht (- (window-height (selected-window)) 2)) + (ht (- (window-height) 2)) (line (repos-count-screen-lines (window-start) (point))) (comment-height ;; The call to max deals with the case of cursor between defuns.