From 2e792253035450fdcf6f05c372d88f3c79374436 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 20 Jun 1995 13:43:22 +0000 Subject: [PATCH] Comment change. --- lisp/tempo.el | 6 +++--- 1 file 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 ;; 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 -- 2.39.2