From: Richard M. Stallman Date: Tue, 25 Dec 2007 22:50:30 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-23.0.90~8833 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ddb74107ac1650f160ffed5dd52b9c6359f65573;p=emacs.git Comment change. --- diff --git a/lisp/follow.el b/lisp/follow.el index 3edc62e5784..328d73ae6a6 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -1524,6 +1524,8 @@ non-first windows in Follow mode." ;; If the region is visible, make it look good when spanning ;; multiple windows. (if (or (and (boundp 'mark-active) (symbol-value 'mark-active)) + ;; The following isn't used in Emacs, + ;; since `mark-active' is bound. (and (fboundp 'region-active-p) (funcall (symbol-function 'region-active-p)))) (follow-maximize-region