/[emacs]/emacs/src/callint.c
ViewVC logotype

Diff of /emacs/src/callint.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.136 by kfstorm, Tue Nov 9 13:18:58 2004 UTC revision 1.137 by teirllm, Sun Nov 21 00:59:35 2004 UTC
# Line 723  If KEYS is omitted or nil, the return va Line 723  If KEYS is omitted or nil, the return va
723    
724                  tem = Fread_from_minibuffer (build_string (callint_message),                  tem = Fread_from_minibuffer (build_string (callint_message),
725                                               Qnil, Qnil, Qnil, Qnil, Qnil,                                               Qnil, Qnil, Qnil, Qnil, Qnil,
726                                               Qnil);                                               Qnil, Qnil);
727                  if (! STRINGP (tem) || SCHARS (tem) == 0)                  if (! STRINGP (tem) || SCHARS (tem) == 0)
728                    args[i] = Qnil;                    args[i] = Qnil;
729                  else                  else

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26