Elisp: Output to stdout

master
Pierre Neidhardt 2014-09-14 22:15:09 +02:00
parent b477018044
commit c9e042dd06
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if $OPT_BYTE && [ "${1##*.}" = "el" ]; then
fi
shift
emacs -Q --script "$script" "$@"
emacs -Q --script "$script" "$@" 2>&1
$OPT_CLEAN && rm "$script"
## WARNING: never leave a script on a condition, return code be unexpectedly != 0.