Supress empty buffer warning when multiple sources are searched

Fixes #175
This commit is contained in:
Ivan Malison 2023-08-17 17:51:57 -06:00
parent eb5377320f
commit d88e5937c1
2 changed files with 11 additions and 5 deletions

View file

@ -102,7 +102,7 @@ single predicate)."
;; complexity of the "Programmed Completion" API and the time spent trying to get this reasonably
;; close to "correct," I'm leaving it in, because I will undoubtedly have to go through this
;; process again.
;; (message "ORG-QL-COMPLETING-READ: Starts.")
(let ((table (make-hash-table :test #'equal))
(disambiguations (make-hash-table :test #'equal))