[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm e596bbeee3 4/7: Fix comment
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm e596bbeee3 4/7: Fix comment |
Date: |
Thu, 24 Aug 2023 00:59:40 -0400 (EDT) |
branch: elpa/helm
commit e596bbeee37b148b5854a17cc0ae852f3de7ff78
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Fix comment
---
helm-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-mode.el b/helm-mode.el
index 2b6369fdec..e663cb1140 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1185,7 +1185,7 @@ is used."
(when (eq (car-safe it) 'deftheme)
(cl-return (setq doc (car (split-string (nth 2 it) "\n"))))))))
;; If deftheme not found in file (in modus themes deftheme is nested in
- ;; eval-when-compile) load the theme without enabling it.
+ ;; eval-and-compile) load the theme without enabling it.
(if doc
doc
(load-theme sym t t)
- [nongnu] elpa/helm updated (7de8fba566 -> 46896fca05), ELPA Syncer, 2023/08/24
- [nongnu] elpa/helm 552b0d8aff 1/7: Be safe if theme file has not been found, ELPA Syncer, 2023/08/24
- [nongnu] elpa/helm 96f1df78af 6/7: Extract theme doc from first line of file, ELPA Syncer, 2023/08/24
- [nongnu] elpa/helm e596bbeee3 4/7: Fix comment,
ELPA Syncer <=
- [nongnu] elpa/helm 17a60d2515 5/7: Remove duplicate transformer in helm-comp-read, ELPA Syncer, 2023/08/24
- [nongnu] elpa/helm 46896fca05 7/7: Remove now unneeded warning-suppress-types, ELPA Syncer, 2023/08/24
- [nongnu] elpa/helm e47454ac97 2/7: Add theme fns to helm-comp-read-require-match-overrides, ELPA Syncer, 2023/08/24
- [nongnu] elpa/helm b174cac087 3/7: Move helm-comp-read-require-match-overrides on top, ELPA Syncer, 2023/08/24