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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c
Date: Sun, 28 Apr 2002 18:05:04 -0400

Index: emacs/src/minibuf.c
diff -c emacs/src/minibuf.c:1.237 emacs/src/minibuf.c:1.238
*** emacs/src/minibuf.c:1.237   Tue Apr  9 15:28:42 2002
--- emacs/src/minibuf.c Sun Apr 28 18:05:02 2002
***************
*** 1193,1199 ****
          if (!NILP (predicate))
            {
              if (EQ (predicate, Qcommandp))
!               tem = Fcommandp (elt);
              else
                {
                  GCPRO4 (tail, string, eltstring, bestmatch);
--- 1193,1199 ----
          if (!NILP (predicate))
            {
              if (EQ (predicate, Qcommandp))
!               tem = Fcommandp (elt, Qnil);
              else
                {
                  GCPRO4 (tail, string, eltstring, bestmatch);
***************
*** 1420,1426 ****
          if (!NILP (predicate))
            {
              if (EQ (predicate, Qcommandp))
!               tem = Fcommandp (elt);
              else
                {
                  GCPRO4 (tail, eltstring, allmatches, string);
--- 1420,1426 ----
          if (!NILP (predicate))
            {
              if (EQ (predicate, Qcommandp))
!               tem = Fcommandp (elt, Qnil);
              else
                {
                  GCPRO4 (tail, eltstring, allmatches, string);



reply via email to

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