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

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

[elpa] externals/vertico-posframe a25cd57 4/5: * vertico-posframe.el (ve


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe a25cd57 4/5: * vertico-posframe.el (vertico-posframe-mode): ' -> #'.
Date: Fri, 29 Oct 2021 20:57:31 -0400 (EDT)

branch: externals/vertico-posframe
commit a25cd57741a30aa1014f3f0baa8c91772d4db521
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * vertico-posframe.el (vertico-posframe-mode): ' -> #'.
---
 vertico-posframe.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 2816d81..3b0d64c 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -298,14 +298,14 @@ Argument MESSAGE ."
   :global t
   (cond
    (vertico-posframe-mode
-    (advice-add 'minibuffer-message :before 
#'vertico-posframe--minibuffer-message)
+    (advice-add #'minibuffer-message :before 
#'vertico-posframe--minibuffer-message)
     (advice-add #'vertico--display-candidates :override 
#'vertico-posframe--display)
     (advice-add #'vertico--setup :after #'vertico-posframe--setup)
     (advice-add #'completing-read-default :before #'vertico-posframe--advice)
     (advice-add #'completing-read-multiple :before #'vertico-posframe--advice)
     (add-hook 'post-command-hook #'vertico-posframe--post-command-function))
    (t
-    (advice-remove 'minibuffer-message #'vertico-posframe--minibuffer-message)
+    (advice-remove #'minibuffer-message #'vertico-posframe--minibuffer-message)
     (advice-remove #'vertico--display-candidates #'vertico-posframe--display)
     (advice-remove #'vertico--setup #'vertico-posframe--setup)
     (advice-remove #'completing-read-default #'vertico-posframe--advice)



reply via email to

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