diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-13 12:19:45 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-13 12:19:45 +0200 |
| commit | e948e40661a0ffbb30bcc7c4b0a19166dfad3c59 (patch) | |
| tree | 82d1c1e12edcfb08ee45f237a413417043e06883 | |
| parent | b000b6af018434b9088872568c5866db965a14f8 (diff) | |
Add comments
| -rw-r--r-- | cape.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
