emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/marginalia f89974d 222/241: Remove obsolete comment, co


From: Stefan Monnier
Subject: [elpa] externals/marginalia f89974d 222/241: Remove obsolete comment, completion system updates automatically
Date: Fri, 28 May 2021 20:49:31 -0400 (EDT)

branch: externals/marginalia
commit f89974d05414388e951ee9e8799e524452c0ea83
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Remove obsolete comment, completion system updates automatically
---
 marginalia.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/marginalia.el b/marginalia.el
index 5f1f44e..b23d581 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -801,10 +801,6 @@ Remember `this-command' for 
`marginalia-classify-by-command-name'."
     (advice-remove #'completion-metadata-get 
#'marginalia--completion-metadata-get)
     (remove-hook 'minibuffer-setup-hook #'marginalia--minibuffer-setup)))
 
-;; If you want to cycle between annotators while being in the minibuffer, the 
completion-system
-;; should refresh the candidate list. Currently there is no support for this 
in marginalia, but it
-;; is possible to advise the `marginalia-cycle' function with the necessary 
refreshing logic. See
-;; the discussion in https://github.com/minad/marginalia/issues/10 for 
reference.
 ;;;###autoload
 (defun marginalia-cycle ()
   "Cycle between annotators in `marginalia-annotators'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]