# HG changeset patch # User Richard M. Stallman # Date 803655802 0 # Node ID 5364f0b969f3009060758a8cf50b2283e16265fa # Parent 443ebb2a278a1aa2d48730039dc9f7542ba2043a Comment change. diff -r 443ebb2a278a -r 5364f0b969f3 lisp/tempo.el --- a/lisp/tempo.el Tue Jun 20 07:50:41 1995 +0000 +++ b/lisp/tempo.el Tue Jun 20 13:43:22 1995 +0000 @@ -3,7 +3,7 @@ ;; Author: David K}gedal ;; Created: 16 Feb 1994 -;; K}gedal's last version number: 1.2.3 +;; K}gedal's last version number: 1.2.4 ;; Keywords: extensions, languages, tools ;; This file is part of GNU Emacs. @@ -304,10 +304,10 @@ mode, ON-REGION is ignored and assumed true if the region is active." (unwind-protect (progn - (if (or (and (boundp 'transient-mark-mode) ; For XEmacs + (if (or (and (boundp 'transient-mark-mode) ; For Emacs transient-mark-mode mark-active) - (and (boundp 'zmacs-regions) ; For Emacs + (and (boundp 'zmacs-regions) ; For XEmacs zmacs-regions (mark))) (setq on-region t)) (and on-region