2001-08-28 Yuuichi Teranishi <teranisi@gohome.org>
+ * slp.el (slp-exec-wait): Use `slp-program-arguments'.
+
* acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
parsing NIL.
(acap-parse-return-metadata): Ditto.
"Synchronous execution of slp-program.
TYPE is a symbol (one of `srvs', `attrs', `srvtypes', `as-is', `ignore')."
(with-temp-buffer
- (let ((result (apply 'call-process slp-program nil t nil (delq nil args))))
+ (let ((result (apply 'call-process slp-program nil t nil
+ (append slp-program-arguments (delq nil args)))))
(unless (zerop result)
(error "SLP error: " (buffer-string)))
(goto-char (point-min))