From 349e341dfb51e4316e54fc4dc6a5dcb22a376687 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sat, 13 Sep 2014 15:00:18 +0200 Subject: [PATCH] Elisp: Remove useless message --- .scripts/elisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/elisp b/.scripts/elisp index 55af2cf2..8fea070d 100755 --- a/.scripts/elisp +++ b/.scripts/elisp @@ -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