From 8dcdcf23387d2ead833f1eb94230a0daee2adad6 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 8 Aug 2014 16:53:41 -0700 Subject: [PATCH] Implement @tsukimizake's change to fix #153; also removes 0xFF bytes from the file --- editors/emacs/ac-dcd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/emacs/ac-dcd.el b/editors/emacs/ac-dcd.el index 6328e45..8bbe66e 100644 --- a/editors/emacs/ac-dcd.el +++ b/editors/emacs/ac-dcd.el @@ -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*"))