Elisp: Remove useless message

master
Pierre Neidhardt 2014-09-13 15:00:18 +02:00
parent af7bf794de
commit 349e341dfb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ fi
script="$1"
if $OPT_BYTE && [ "${1##*.}" = "el" ]; then
script="${1%.*}.elc"
emacs -Q --batch -f batch-byte-compile "$1"
emacs -Q --batch -f batch-byte-compile "$1" 2>/dev/null
fi
shift