diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-12-22 17:39:22 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-12-22 17:39:33 +0100 |
| commit | 19da009bc9df40950e640d6fa419f8619631c91e (patch) | |
| tree | b5a647598c600810724459554720d7c153e505ee /corfu.el | |
| parent | 32ee8eefa0981a93123e97eb80bbd22f9f5e95f2 (diff) | |
Remove comment
Diffstat (limited to 'corfu.el')
| -rw-r--r-- | corfu.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1105,9 +1105,7 @@ A scroll bar is displayed from LO to LO+BAR." (cl-defgeneric corfu--popup-support-p () "Return non-nil if child frames are supported." - (or (display-graphic-p) - ;; Upcoming feature: Gerd Möllmann's child frame support on TTY. - (featurep 'tty-child-frames))) + (or (display-graphic-p) (featurep 'tty-child-frames))) (cl-defgeneric corfu--insert (status) "Insert current candidate, exit with STATUS if non-nil." |
