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 941eae44..45cd4e6f 100644
--- a/completions/lisp
+++ b/completions/lisp
@@ -9,8 +9,8 @@ _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 \
- -dynamic-space-size -hinit -noinit -nositeinit -load -slave ' \
+ COMPREPLY=( $( compgen -W '-core -lib -batch -quit -edit -eval -init
+ -dynamic-space-size -hinit -noinit -nositeinit -load -slave' \
-- "$cur" ) )
else
_filedir