diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-20 13:43:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-20 13:43:22 +0000 |
commit | 7376668c38dda0c2af5c3070bdb00be09530cc86 (patch) | |
tree | 4fea9d36c82fd11b5b2f542cd1d8f9773a204ac3 /lisp/tempo.el | |
parent | 1b9a768843616204b0f02279b321c4478a7a0075 (diff) | |
download | emacs-7376668c38dda0c2af5c3070bdb00be09530cc86.tar.gz |
Comment change.
Diffstat (limited to 'lisp/tempo.el')
-rw-r--r-- | lisp/tempo.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/tempo.el b/lisp/tempo.el index 3d65c6b6eb8..fe23ab85035 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el @@ -3,7 +3,7 @@ ;; Author: David K}gedal <davidk@lysator.liu.se > ;; 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 @@ TEMPLATE is the template to be inserted. If ON-REGION is non-nil the 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 |