diff options
Diffstat (limited to 'elisp')
| -rw-r--r-- | elisp/geiser-repl.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el index 3de0a60..563332c 100644 --- a/elisp/geiser-repl.el +++ b/elisp/geiser-repl.el @@ -479,7 +479,7 @@ module command as a string")  there's no symbol at point). Otherwise, go to next error in the REPL  buffer."    (interactive "p") -  (if (> (point) (geiser-repl--last-prompt-end)) +  (if (>= (point) (geiser-repl--last-prompt-end))        (completion-at-point)      (compilation-next-error n))) | 
