emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/callint.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/callint.c
Date: Thu, 25 May 2006 23:17:17 +0000

Index: emacs/src/callint.c
diff -u emacs/src/callint.c:1.141 emacs/src/callint.c:1.142
--- emacs/src/callint.c:1.141   Mon Feb  6 15:23:20 2006
+++ emacs/src/callint.c Thu May 25 23:17:17 2006
@@ -730,7 +730,7 @@
 
                tem = Fread_from_minibuffer (build_string (callint_message),
                                             Qnil, Qnil, Qnil, Qnil, Qnil,
-                                            Qnil, Qnil);
+                                            Qnil);
                if (! STRINGP (tem) || SCHARS (tem) == 0)
                  args[i] = Qnil;
                else




reply via email to

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