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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c
Date: Sat, 11 Dec 2004 17:08:21 -0500

Index: emacs/src/minibuf.c
diff -c emacs/src/minibuf.c:1.276 emacs/src/minibuf.c:1.277
*** emacs/src/minibuf.c:1.276   Mon Nov 22 06:42:42 2004
--- emacs/src/minibuf.c Sat Dec 11 21:57:50 2004
***************
*** 1253,1259 ****
        }
        else if (type == 2)
        {
!         if (XFASTINT (bucket) != 0)
            {
              elt = bucket;
              eltstring = Fsymbol_name (elt);
--- 1253,1259 ----
        }
        else if (type == 2)
        {
!         if (!EQ (bucket, make_number (0)))
            {
              elt = bucket;
              eltstring = Fsymbol_name (elt);
***************
*** 1509,1515 ****
        }
        else if (type == 2)
        {
!         if (XFASTINT (bucket) != 0)
            {
              elt = bucket;
              eltstring = Fsymbol_name (elt);
--- 1509,1515 ----
        }
        else if (type == 2)
        {
!         if (!EQ (bucket, make_number (0)))
            {
              elt = bucket;
              eltstring = Fsymbol_name (elt);




reply via email to

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