[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)."
- [nongnu] elpa/helm updated (729d94aa2c -> de31fc2483), ELPA Syncer, 2023/08/03
- [nongnu] elpa/helm ba3d01a511 1/6: Use the right affixation function in completion, ELPA Syncer, 2023/08/03
- [nongnu] elpa/helm 0c97f71a6a 4/6: Rename helm-completion-in-region--initial-filter to, ELPA Syncer, 2023/08/03
- [nongnu] elpa/helm 885e86946b 3/6: Advice help--symbol-completion-table-affixation, ELPA Syncer, 2023/08/03
- [nongnu] elpa/helm b4d25d0bf8 5/6: Fix helm--advice-help--symbol-completion-table-affixation docstring, ELPA Syncer, 2023/08/03
- [nongnu] elpa/helm 6c07203b8f 2/6: Rename helm--symbol-completion-table-affixation to,
ELPA Syncer <=
- [nongnu] elpa/helm de31fc2483 6/6: Prettify describe-* commands with completion-detailed, ELPA Syncer, 2023/08/03