> On Thu, 19 May 2011 15:41:30 +0530 Deepak Tripathi > wrote: > > DT> With new installation from bzr repository of emacs, there are > following > DT> errors when i use M-x gnus-registry-initialize > > DT> byte-code: Wrong number of arguments: (lambda (symbol doc > definition) > DT> "Make SYMBOL name the test DEFINITION, and return DEFINITION." > (when > DT> doc (put symbol (quote ert-test-documentation) doc)) (put symbol > DT> (quote ert-test) definition) definition), 2 > > You need to recompile Gnus against the latest Emacs, I think. This is > probably not a bug in the Gnus registry. > > Ted