Supress empty buffer warning when multiple sources are searched
Fixes #175
This commit is contained in:
parent
eb5377320f
commit
d88e5937c1
2 changed files with 11 additions and 5 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue