1
0
Fork 0

- removed debug message.

This commit is contained in:
cage 2022-04-08 17:09:03 +02:00
parent 0e9c521fc1
commit a6306349a9
1 changed files with 1 additions and 3 deletions

View File

@ -557,9 +557,7 @@ command line."
(when 'hooks:*after-char-to-command-window*
(hooks:run-hook 'hooks:*after-char-to-command-window*
command-window))
(show-candidate-completion command-window))))
(t
(misc:dbg "unknow ~s ~a" decoded-event (type-of decoded-event)))))))
(show-candidate-completion command-window))))))))
command-window)
(defun set-input-mode (win mode suggestions-cached-win)