Miles Bader <[EMAIL PROTECTED]> writes: > IIRC, the reason for Richard's change was simply to make pushnew with > default arguments (no :test keyword arg) usable in compiled code that > only does (eval-when-compile (require 'cl)) -- before that wasn't the > case because the default predicate for pushnew/adjoin/member* was `eql', > which prevented the cl compile-time optimizations from removing calls to > member*.
You are right. > > My change to the member* (and adjoin) _compiler-macros_, and the addition > of memql, fixes that very common case, allowing the cl compiler macros > to do their job and get rid of runtime calls to cl functions in most cases. Can you pls. clean up the code to DTRT, i.e. reverting the changes to pushnew and installing your change to adjoin (assuming that the change to member* is ok). Thanks. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
