emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/follow.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/follow.el,v
Date: Tue, 25 Dec 2007 22:50:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/12/25 22:50:31

Index: follow.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/follow.el,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- follow.el   9 Nov 2007 09:45:22 -0000       1.44
+++ follow.el   25 Dec 2007 22:50:30 -0000      1.45
@@ -1524,6 +1524,8 @@
              ;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]