From e948e40661a0ffbb30bcc7c4b0a19166dfad3c59 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 13 Apr 2023 12:19:45 +0200 Subject: Add comments --- cape.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cape.el b/cape.el index 910a7ae..c72ce02 100644 --- a/cape.el +++ b/cape.el @@ -656,7 +656,7 @@ The function `cape-super-capf' is experimental." '(metadata (category . cape-super) (display-sort-function . identity) (cycle-sort-function . identity))) - ('t + ('t ;; all-completions (let ((ht (make-hash-table :test #'equal)) (candidates nil)) (cl-loop for (table . plist) in tables do @@ -677,7 +677,7 @@ The function `cape-super-capf' is experimental." (setq candidates (nconc candidates cands)))) (setq cand-ht ht) (delq nil candidates))) - (_ + (_ ;; try-completion and test-completion (completion--some (pcase-lambda (`(,table . ,plist)) (complete-with-action -- cgit v1.0