diff lisp/simple.el @ 5473:ac37a5f7e5be

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Thu, 17 Mar 2011 23:42:59 +0100
parents 6506fcb40fcf ed74d2ca7082
children 3bc58dc9d688
line wrap: on
line diff
--- a/lisp/simple.el	Tue Feb 22 22:56:02 2011 +0100
+++ b/lisp/simple.el	Thu Mar 17 23:42:59 2011 +0100
@@ -3979,7 +3979,7 @@
       (cond
        (zmacs-region-rectangular-p
 	(setq zmacs-region-extent (list zmacs-region-extent))
-        (when-fboundp #'default-mouse-track-next-move-rect
+        (when-fboundp 'default-mouse-track-next-move-rect
           (default-mouse-track-next-move-rect start end zmacs-region-extent))
 	))