/[emacs]/emacs/src/minibuf.c
ViewVC logotype

Diff of /emacs/src/minibuf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.229 by pj, Tue Nov 13 07:03:31 2001 UTC revision 1.230 by miles, Thu Nov 15 08:06:06 2001 UTC
# Line 332  Return (point-min) if current buffer is Line 332  Return (point-min) if current buffer is
332  {  {
333    /* This function is written to be most efficient when there's a prompt.  */    /* This function is written to be most efficient when there's a prompt.  */
334    Lisp_Object beg = make_number (BEGV);    Lisp_Object beg = make_number (BEGV);
335    Lisp_Object end = Ffield_end (beg, Qnil);    Lisp_Object end = Ffield_end (beg, Qnil, Qnil);
336        
337    if (XINT (end) == ZV && NILP (Fget_char_property (beg, Qfield, Qnil)))    if (XINT (end) == ZV && NILP (Fget_char_property (beg, Qfield, Qnil)))
338      return beg;      return beg;

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26