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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/tempo.el
Date: Fri, 22 Jul 2005 14:44:45 -0400

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)))




reply via email to

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