summaryrefslogtreecommitdiff
path: root/completions/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'completions/lisp')
-rw-r--r--completions/lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/lisp b/completions/lisp
index 279ffcdb..f9f68275 100644
--- a/completions/lisp
+++ b/completions/lisp
@@ -9,9 +9,9 @@ _lisp()
# completing an option (may or may not be separated by a space)
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '-core -lib -batch -quit -edit -eval -init
+ COMPREPLY=( $(compgen -W '-core -lib -batch -quit -edit -eval -init
-dynamic-space-size -hinit -noinit -nositeinit -load -slave' \
- -- "$cur" ) )
+ -- "$cur") )
else
_filedir
fi