emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tooltip.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el,v
Date: Mon, 22 Oct 2007 02:37:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/22 02:37:15

Index: tooltip.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/tooltip.el,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- tooltip.el  26 Jul 2007 05:26:35 -0000      1.78
+++ tooltip.el  22 Oct 2007 02:37:14 -0000      1.79
@@ -273,7 +273,7 @@
 
 (defmacro tooltip-region-active-p ()
   "Value is non-nil if the region is currently active."
-  (if (string-match "^GNU" (emacs-version))
+  (if (not (featurep 'xemacs))
       `(and transient-mark-mode mark-active)
     `(region-active-p)))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]