summaryrefslogtreecommitdiff
path: root/helm-imenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-08-15 18:49:03 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-08-15 18:49:03 +0200
commitfe9446870a032cd871a48553217cad3e94da201c (patch)
treefb136ca431cceabb35d8621fed7f5c4a48e099c8 /helm-imenu.el
parent08e95dbfa12d7c47ec43cd81f06e8f2205d7f72f (diff)
Fix some warnings in emacs-28
Seems now quoting :initform is needed.
Diffstat (limited to 'helm-imenu.el')
-rw-r--r--helm-imenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-imenu.el b/helm-imenu.el
index 89607668..61eb7ea4 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -153,7 +153,7 @@ string."
(persistent-action :initform 'helm-imenu-persistent-action)
(persistent-help :initform "Show this entry")
(nomark :initform t)
- (keymap :initform helm-imenu-map)
+ (keymap :initform 'helm-imenu-map)
(help-message :initform 'helm-imenu-help-message)
(action :initform 'helm-imenu-action)
(group :initform 'helm-imenu)))