Implement @tsukimizake's change to fix #153; also removes 0xFF bytes from the file

This commit is contained in:
Hackerpilot 2014-08-08 16:53:41 -07:00
parent 223c70ea8d
commit 8dcdcf2338
1 changed files with 1 additions and 1 deletions

View File

@ -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*"))