/[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.281 by lute, Mon Jul 4 16:06:33 2005 UTC revision 1.282 by raeburn, Mon Jul 18 16:30:09 2005 UTC
# Line 1758  the values STRING, PREDICATE and `lambda Line 1758  the values STRING, PREDICATE and `lambda
1758        || NILP (alist))        || NILP (alist))
1759      {      {
1760        tem = Fassoc_string (string, alist, completion_ignore_case ? Qt : Qnil);        tem = Fassoc_string (string, alist, completion_ignore_case ? Qt : Qnil);
1761        if NILP (tem)        if (NILP (tem))
1762          return Qnil;          return Qnil;
1763      }      }
1764    else if (VECTORP (alist))    else if (VECTORP (alist))

Legend:
Removed from v.1.281  
changed lines
  Added in v.1.282

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