branch: externals/corfu
commit c562be47b69f29b338e76d7e2fcfca68282fb88f
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    warning
---
 corfu.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/corfu.el b/corfu.el
index f1b61afc9f..123d6b2aa9 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1507,5 +1507,9 @@ The ORIG function takes the FUN and WHICH arguments."
             :before-while #'corfu--eldoc-advice)
 (eldoc-add-command #'corfu-complete #'corfu-insert #'corfu-expand #'corfu-send)
 
+(with-eval-after-load 'corfu-terminal
+  (when (featurep 'tty-child-frames)
+    (warn "`corfu-terminal' is unnecessary since `tty-child-frames' are 
supported")))
+
 (provide 'corfu)
 ;;; corfu.el ends here

Reply via email to