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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to