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

Diff of /emacs/src/callproc.c

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

revision 1.194 by lektu, Mon Jul 22 20:05:37 2002 UTC revision 1.195 by rms, Sat Aug 24 03:14:32 2002 UTC
# Line 389  usage: (call-process PROGRAM &optional I Line 389  usage: (call-process PROGRAM &optional I
389        emacs_close (filefd);        emacs_close (filefd);
390        report_file_error ("Searching for program", Fcons (args[0], Qnil));        report_file_error ("Searching for program", Fcons (args[0], Qnil));
391      }      }
392    
393      /* If program file name starts with /: for quoting a magic name,
394         discard that.  */
395      if (SBYTES (path) > 2 && SREF (path, 0) == '/'
396          && SREF (path, 1) == ':')
397        path = Fsubstring (path, make_number (2), Qnil);
398    
399    new_argv[0] = SDATA (path);    new_argv[0] = SDATA (path);
400    if (nargs > 4)    if (nargs > 4)
401      {      {

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195

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