[AC] Misuse of the list widget type

Didier Verna didier at xemacs.org
Tue Sep 4 05:11:54 EDT 2007


NOTE: This patch has been committed. The version below is
informational only (whitespace differences have been removed).

		Dear reviewers,

	just forgot this one...




xemacs-packages/liece/lisp/ChangeLog addition:

2007-09-04  Didier Verna  <didier at xemacs.org>

	* liece-vars.el (liece-timers): Fix misuse of the list widget type
	(forgot this on in the patch below).


XEmacs Packages source patch:
Diff command:   cvs -q diff -u -t -b -B -w
Files affected: xemacs-packages/liece/lisp/liece-vars.el

Index: xemacs-packages/liece/lisp/liece-vars.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/liece/lisp/liece-vars.el,v
retrieving revision 1.1
diff -u -u -t -b -B -w -r1.1 liece-vars.el
--- xemacs-packages/liece/lisp/liece-vars.el	23 Mar 2002 05:51:38 -0000	1.1
+++ xemacs-packages/liece/lisp/liece-vars.el	4 Sep 2007 09:10:44 -0000
@@ -676,7 +676,7 @@
     (liece-command-keepalive liece-keepalive-interval)
     (liece-command-poll-friends liece-poll-friends-interval))
   "Symbol name to store timer, timer-function and timer-interval."
-:type 'list
+:type '(repeat (list symbol symbol))
   :group 'liece-server)
 
 (defcustom liece-friends nil

-- 
MySpace: http://www.myspace.com/didierverna

Didier Verna, didier at lrde.epita.fr, http://www.lrde.epita.fr/~didier

EPITA / LRDE, 14-16 rue Voltaire   Tel.+33 (1) 44 08 01 85
94276 Le Kremlin-Bicêtre, France   Fax.+33 (1) 53 14 59 22   didier at xemacs.org



More information about the XEmacs-Patches mailing list