emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/winner.el,v
Date: Thu, 24 Jan 2008 15:15:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/24 15:14:53

Index: winner.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/winner.el,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- winner.el   8 Jan 2008 20:44:58 -0000       1.37
+++ winner.el   24 Jan 2008 15:14:51 -0000      1.38
@@ -51,7 +51,7 @@
     '(region-active-p)))
 
 (defsetf winner-active-region () (store)
-  (if (fboundp 'zmacs-activate-region)
+  (if (featurep 'xemacs)
       `(if ,store (zmacs-activate-region)
         (zmacs-deactivate-region))
     `(setq mark-active ,store)))




reply via email to

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