emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/arbitools dd5ddb9 08/29: * packages/arbitools: endoffil


From: Stefan Monnier
Subject: [elpa] externals/arbitools dd5ddb9 08/29: * packages/arbitools: endoffile bug fixed
Date: Sun, 29 Nov 2020 19:00:34 -0500 (EST)

branch: externals/arbitools
commit dd5ddb93c7e0348e3abf3f9adb6068e8268f2e01
Author: David Gonzalez Gandara <dggandara@member.fsf.org>
Commit: David Gonzalez Gandara <dggandara@member.fsf.org>

    * packages/arbitools: endoffile bug fixed
---
 arbitools.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arbitools.el b/arbitools.el
index 8c3041c..9275676 100644
--- a/arbitools.el
+++ b/arbitools.el
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]