help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: what is the point of point-min?


From: Eli Zaretskii
Subject: Re: what is the point of point-min?
Date: Sun, 07 Sep 2003 19:28:47 +0200

> From: jjanney@xmission.com (Jim Janney)
> Newsgroups: gnu.emacs.help
> Date: Sun, 7 Sep 2003 00:50:01 -0600
> >   
> >   if ((PT < XFASTINT (m)) == beginningp)
> >     m = make_number (PT);
> >   return m;
> > }
> 
> Note that the description of BEGINNINGP in the comment is wrong: the way
> the code is written, it only returns the start when beginningp is 1.

Thanks for pointing this out, I've fixed the code to deliver as
promised by the comment.




reply via email to

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