[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/minibuf.c
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] Changes to emacs/src/minibuf.c |
Date: |
Mon, 18 Jul 2005 12:30:09 -0400 |
Index: emacs/src/minibuf.c
diff -c emacs/src/minibuf.c:1.281 emacs/src/minibuf.c:1.282
*** emacs/src/minibuf.c:1.281 Mon Jul 4 16:06:33 2005
--- emacs/src/minibuf.c Mon Jul 18 16:30:09 2005
***************
*** 1758,1764 ****
|| NILP (alist))
{
tem = Fassoc_string (string, alist, completion_ignore_case ? Qt : Qnil);
! if NILP (tem)
return Qnil;
}
else if (VECTORP (alist))
--- 1758,1764 ----
|| NILP (alist))
{
tem = Fassoc_string (string, alist, completion_ignore_case ? Qt : Qnil);
! if (NILP (tem))
return Qnil;
}
else if (VECTORP (alist))