diff options
-rw-r--r-- | common.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.sh.in b/common.sh.in index 7b84c1f..8af0e05 100644 --- a/common.sh.in +++ b/common.sh.in @@ -107,7 +107,7 @@ emacs_getopt() { } emacs_usage() { - emacsclient --help | grep -E '^(\s|-)' + emacsclient --help | grep -E '^(\s|-)' | grep -v '^-e, --eval' } |