Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. call-process is a built-in function in `C source code'.
  2.  
  3. (call-process PROGRAM &optional INFILE DESTINATION DISPLAY &rest ARGS)
  4.  
  5. [...]
  6. Insert output in DESTINATION before point[...]0 means discard and don't wait
  7. [...]
  8. If DESTINATION is 0, `call-process' returns immediately with value nil.
  9. [...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement