emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/tempo.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/tempo.el
Date: Sat, 16 Jul 2005 13:06:34 -0400

Index: emacs/lisp/tempo.el
diff -c emacs/lisp/tempo.el:1.25 emacs/lisp/tempo.el:1.26
*** emacs/lisp/tempo.el:1.25    Mon Jul  4 23:08:58 2005
--- emacs/lisp/tempo.el Sat Jul 16 17:06:34 2005
***************
*** 303,309 ****
        (if (or (and (boundp 'transient-mark-mode) ; For Emacs
                     transient-mark-mode
                     mark-active)
!               (and (boundp 'zmacs-regions) ; For XEmacs
                     zmacs-regions (mark)))
            (setq on-region t))
        (and on-region
--- 303,309 ----
        (if (or (and (boundp 'transient-mark-mode) ; For Emacs
                     transient-mark-mode
                     mark-active)
!               (if (featurep 'xemacs)
                     zmacs-regions (mark)))
            (setq on-region t))
        (and on-region




reply via email to

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