From ddb74107ac1650f160ffed5dd52b9c6359f65573 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Dec 2007 22:50:30 +0000 Subject: [PATCH] Comment change. --- lisp/follow.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2