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 | 2e792253035450fdcf6f05c372d88f3c79374436 (patch) | |
tree | b61116b84ae115a7562efef46165096409882945 /lisp/tempo.el | |
parent | 91bf5fad9014138b5e460bfc44a81501925fd23a (diff) | |
download | emacs-2e792253035450fdcf6f05c372d88f3c79374436.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 |