From: Richard M. Stallman Date: Tue, 20 Jun 1995 13:43:22 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~3526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e792253035450fdcf6f05c372d88f3c79374436;p=emacs.git Comment change. --- 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 ;; 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