diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-12-25 22:50:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-12-25 22:50:30 +0000 |
commit | ddb74107ac1650f160ffed5dd52b9c6359f65573 (patch) | |
tree | c71fbf232d91db7290512c0c4dc431cb467a155f /lisp/follow.el | |
parent | 05237bb4f5ce2226cd912323e4064f4aaa8673f9 (diff) | |
download | emacs-ddb74107ac1650f160ffed5dd52b9c6359f65573.tar.gz |
Comment change.
Diffstat (limited to 'lisp/follow.el')
-rw-r--r-- | lisp/follow.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |