minor fix: send return key to result buffer as well

This commit is contained in:
mainzelm 2006-04-06 18:17:35 +00:00
parent f994674432
commit c59f7fdcda
1 changed files with 2 additions and 1 deletions

View File

@ -639,7 +639,8 @@
(if (focus-on-command-buffer?)
(begin
(handle-return-key)
(repaint-command-winow!)))))
(repaint-command-winow!))
(result-buffer-handle-key ch))))
(define-key! key-tab
(lambda (ch)