diff --git a/el-get-byte-compile.el b/el-get-byte-compile.el index e0509704..9e87fdba 100644 --- a/el-get-byte-compile.el +++ b/el-get-byte-compile.el @@ -129,6 +129,8 @@ in `:compile-files' will be byte-compiled. Standard input can also contain a `:clean-directory' property, whose value is a directory to be cleared of stale elc files." + (assert noninteractive nil + "`el-get-byte-compile-from-stdin' is to be used only with -batch") (let* ((input-data (read-minibuffer "")) (load-path (append (plist-get input-data :load-path) load-path)) (files (plist-get input-data :compile-files))