1 ;; erlang-sinan.el --- Functions for launching sinan commands.
3 ;; Author: Dave Peticolas
5 ;; Keywords: erlang, sinan, erlware
13 (defun erlang-sinan-run-command (command)
14 "Run sinan with the command given as an argument. Runs sinan
15 in a separate process asynchronously with output going to the
19 (compile-internal command
"No more errors." "sinan"))
21 (defun erlang-sinan-build ()
23 (erlang-sinan-run-command "sinan"))