emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/minibuf.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c,v
Date: Sat, 16 Dec 2006 00:43:50 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/12/16 00:43:50

Index: minibuf.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/minibuf.c,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -b -r1.315 -r1.316
--- minibuf.c   10 Dec 2006 23:22:25 -0000      1.315
+++ minibuf.c   16 Dec 2006 00:43:50 -0000      1.316
@@ -1287,6 +1287,7 @@
   tail = alist;
   if (type == 2)
     {
+      alist = check_obarray (alist);
       obsize = XVECTOR (alist)->size;
       bucket = XVECTOR (alist)->contents[index];
     }




reply via email to

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