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

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

[nongnu] elpa/helm 6c07203b8f 2/6: Rename helm--symbol-completion-table-


From: ELPA Syncer
Subject: [nongnu] elpa/helm 6c07203b8f 2/6: Rename helm--symbol-completion-table-affixation to
Date: Thu, 3 Aug 2023 15:59:47 -0400 (EDT)

branch: elpa/helm
commit 6c07203b8f7c2e040b2a93cd07c02cd0662859a5
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Rename helm--symbol-completion-table-affixation to
    
    helm--advice-help--symbol-completion-table-affixation.
---
 helm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index 0408065a55..08b50fb4ba 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1830,7 +1830,7 @@ The `helm-find-files' history `helm-ff-history' is used 
here."
       (propertize str 'read-only t 'face 'helm-mode-prefix 'rear-nonsticky t)
     str))
 
-(defun helm--symbol-completion-table-affixation (completions)
+(defun helm--advice-help--symbol-completion-table-affixation (completions)
   "Same as `help--symbol-completion-table-affixation' but for helm.
 
 Return a list of cons cells of the form (disp . real)."



reply via email to

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