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

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

[elpa] externals/vertico 5624aaf: Minor simplification


From: ELPA Syncer
Subject: [elpa] externals/vertico 5624aaf: Minor simplification
Date: Sun, 31 Oct 2021 12:57:41 -0400 (EDT)

branch: externals/vertico
commit 5624aafc3c47717aa91b31ab664b2fef3393bb85
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Minor simplification
---
 vertico.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vertico.el b/vertico.el
index c785e40..9b2c7c2 100644
--- a/vertico.el
+++ b/vertico.el
@@ -758,9 +758,9 @@ When the prefix argument is 0, the group order is reset."
   ;; that I'dont have a specific reason for this particular value.
   (add-hook 'post-command-hook #'vertico--exhibit -90 'local))
 
-(defun vertico--advice (orig &rest args)
-  "Advice for ORIG completion function, receiving ARGS."
-  (minibuffer-with-setup-hook #'vertico--setup (apply orig args)))
+(defun vertico--advice (&rest args)
+  "Advice for completion function, receiving ARGS."
+  (minibuffer-with-setup-hook #'vertico--setup (apply args)))
 
 ;;;###autoload
 (define-minor-mode vertico-mode



reply via email to

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