emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem report #74


From: Stuart D. Herring
Subject: Re: Problem report #74
Date: Thu, 11 May 2006 10:22:14 -0700 (PDT)
User-agent: SquirrelMail/1.4.3a-11.EL3

> 1374    if (BUFFERP (readcharfun))
> 1375      b = XBUFFER (readcharfun);

> At conditional (16): "b != 0" taking false path

> At conditional (17): "start != Qnil" taking true path

readevalloop is only ever called with non-nil start when a buffer is
passed for readcharfun, so b will not be NULL then.  No bug, although the
function is somewhat fragile.  It's internal (static, even), so it's
probably okay.  But maybe a comment should be added, at least?  "If you
pass start!=Qnil, you must pass a buffer for readcharfun."

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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