]> code.delx.au - gnu-emacs-elpa/commitdiff
* packages/arbitools: endoffile bug fixed
authorDavid Gonzalez Gandara <dggandara@member.fsf.org>
Sun, 28 Feb 2016 08:39:25 +0000 (09:39 +0100)
committerDavid Gonzalez Gandara <dggandara@member.fsf.org>
Sun, 28 Feb 2016 08:39:25 +0000 (09:39 +0100)
packages/arbitools/arbitools.el

index 8c3041cbcb7e84da2cff387603dbb457973e0838..9275676a7dce4bb3bd6edcb7244617c1758695cb 100644 (file)
@@ -72,7 +72,7 @@
 (defun arbitools-fedarating ()
    "Get the FEDA rating admin file."
    (interactive)
-   (shell-command (concat "arbitools-run.py fedarating" buffer-file-name))
+   (call-process "arbitools-run.py" nil nil nil "fedarating" buffer-file-name))
 
 (defvar arbitools-mode-map
   (let ((map (make-sparse-keymap)))