diff --git a/extensions/lisp-mode/repl.lisp b/extensions/lisp-mode/repl.lisp index 4f347f065..8e74c81aa 100644 --- a/extensions/lisp-mode/repl.lisp +++ b/extensions/lisp-mode/repl.lisp @@ -522,7 +522,8 @@ (defvar *lisp-repl-shortcuts* '()) (defmacro with-repl-prompt (() &body body) - `(let ((lem/prompt-window:*prompt-completion-window-shape* nil)) + `(let ((lem/prompt-window:*prompt-completion-window-shape* nil) + (lem/prompt-window::*fill-width* nil)) ,@body)) (defun repl-prompt-for-string (prompt &rest args)