changeset 12333:5364f0b969f3

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Jun 1995 13:43:22 +0000
parents 443ebb2a278a
children 326cccb5f51a
files lisp/tempo.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <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 @@
 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