Index: emacs/lisp/tempo.el
diff -c emacs/lisp/tempo.el:1.27 emacs/lisp/tempo.el:1.28
*** emacs/lisp/tempo.el:1.27    Thu Jul 21 10:33:36 2005
--- emacs/lisp/tempo.el Fri Jul 22 18:44:45 2005
***************
*** 303,309 ****
                     transient-mark-mode
                     mark-active)
                (if (featurep 'xemacs)
!                    zmacs-regions (mark)))
            (setq on-region t))
        (and on-region
             (set-marker tempo-region-start (min (mark) (point)))
--- 303,309 ----
                     transient-mark-mode
                     mark-active)
                (if (featurep 'xemacs)
!                   (and zmacs-regions (mark))))
            (setq on-region t))
        (and on-region
             (set-marker tempo-region-start (min (mark) (point)))


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

Reply via email to