APPROVE COMMIT 21.5
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.696
diff -u -U0 -r1.696 ChangeLog
--- ChangeLog 13 Nov 2005 10:57:59 -0000 1.696
+++ ChangeLog 16 Nov 2005 04:47:27 -0000
@@ -0,0 +1,5 @@
+2005-11-16 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * select.el (get-selection):
+ Quiet bytecompiler (unused condition-case variable).
+
Index: lisp/select.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/select.el,v
retrieving revision 1.15
diff -u -r1.15 select.el
--- lisp/select.el 12 Mar 2005 20:57:42 -0000 1.15
+++ lisp/select.el 16 Nov 2005 04:24:06 -0000
@@ -131,7 +131,7 @@
(catch 'converted
(if targets
(dolist (current-preference data-type)
- (condition-case err
+ (condition-case nil
(if (and (memq current-preference targets)
(setq res (get-selection-internal
type current-preference)))
--
Graduate School of Systems and Information Engineering University of Tsukuba
http://turnbull.sk.tsukuba.ac.jp/ Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Economics of Information Communication and Computation Systems
Experimental Economics, Microeconomic Theory, Game Theory