Implement @tsukimizake's change to fix #153; also removes 0xFF bytes from the file
This commit is contained in:
parent
223c70ea8d
commit
8dcdcf2338
|
|
@ -150,7 +150,7 @@ If you want to restart server, use `ac-dcd-init-server' instead."
|
|||
|
||||
|
||||
;; utility functions to call process
|
||||
(defun ac-dcd-call-process (prefix &rest args)
|
||||
(defun ac-dcd-call-process (prefix args)
|
||||
(if (null ac-dcd-executable)
|
||||
(error (format "Could not find dcd-client executable"))
|
||||
(let ((buf (get-buffer-create "*dcd-output*"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue