[comp.emacs] bug in rnews

unniks@hi3.aca.mcc.com.UUCP (C. Unnikrishnan) (03/02/88)

we came across another problem using rnews in gnu 18.50.
when you say next at the end of a newgroup, emacs
responds with symbol cdadr is nil or something like that.

we fixed the bug by changing cdadr to news-cdadr in lisp/rnews.el
and byte-compiling-file. here's the diff file

378c378
<       (list 'news-cdadr
---
>       (list 'cdadr



~
*******************************************************************************
Disclaimer: This reflects only my current state of mind.  
	    I change my mind every five seconds or so.

C. Unni Krishnan
unni@mcc.COM	##Arpa Internet 
unniks%hi3.aca.mcc.com@milano.UUCP {...,gatech,..}!ut-sally!im4u!milano!hi3.aca.mcc.com!unniks  ##UUCP

*******************************************************************************