Skip to content

Commit

Permalink
buffer(new-url-or-search-source): Fix bug.
Browse files Browse the repository at this point in the history
Fixes #2134.
  • Loading branch information
aadcg committed Feb 19, 2024
1 parent acbee11 commit 36589e3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions source/buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1519,16 +1519,8 @@ Otherwise, set `engine' to `default-search-engine'."))
(prompter:filter-preprocessor
(lambda (suggestions source input)
(declare (ignore suggestions source))
(input->queries input
:check-dns-p nil
:engine-completion-p nil)))
(input->queries input :check-dns-p nil :engine-completion-p t)))
(prompter:filter nil)
(prompter:filter-postprocessor
(lambda (suggestions source input)
(declare (ignore suggestions source))
(input->queries input
:check-dns-p t
:engine-completion-p t)))
(prompter:actions-on-return #'buffer-load*))
(:export-class-name-p t)
(:documentation "This prompter source tries to \"do the right thing\" to
Expand Down

0 comments on commit 36589e3

Please sign in to comment.