emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rcirc bug


From: Ryan Yeske
Subject: Re: rcirc bug
Date: Tue, 05 Sep 2006 14:44:30 -0700

   From: "Alfred M. Szmidt" <address@hidden>
   CC: address@hidden
   Reply-to: address@hidden
   Date: Tue,  5 Sep 2006 23:37:20 +0200 (CEST)

      > rcirc tries to use member* without (require 'cl), which causes
      > breakage.

      The following patch fixes this:

   I don't think it will fix the problem in full; pushnew is also a 'cl
   macro.  Maybe just changing pushnew to add-to-list would work?  I
   don't know if there are more 'cl-isms in rcirc...

I thought using cl macros was ok, as the .elc file won't require 'cl
at runtime.

Ryan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]