Hi,
This patch makes x-symbol-nomule.el compile when mouse-yank-function
isn't defined, as is the case for XEmacs built with no windows
system.
I have, contrary to my normal routines, applied this locally to the
package smoketest, and 21.5-nomule build succeeds with this
patch.
Please review for commit to package tree.
----------------------------------------------------------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/xemacs/XEmacs/packages/xemacs-packages/x-symbol/ChangeLog,v
retrieving revision 1.26
diff -r1.26 ChangeLog
0a1,6
2010-08-03 Mats Lidell <matsl(a)xemacs.org>
* lisp/x-symbol-nomule.el (x-symbol-nomule-mouse-yank-function):
XEmacs build with no window system has not got
mouse-yank-function.
Index: lisp/x-symbol-nomule.el
===================================================================
RCS file:
/cvsroot/xemacs/XEmacs/packages/xemacs-packages/x-symbol/lisp/x-symbol-nomule.el,v
retrieving revision 1.4
diff -r1.4 x-symbol-nomule.el
70c70,72
< (defvar x-symbol-nomule-mouse-yank-function mouse-yank-function
---
(defvar x-symbol-nomule-mouse-yank-function
(and (boundp 'mouse-yank-function)
mouse-yank-function)
----------------------------------------------------------------------
Yours
--
%% Mats
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-patches