summaryrefslogtreecommitdiff
path: root/debian/patches/0005-helm-easymenu.el-autoload-the-easy-menu-add-item-cal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0005-helm-easymenu.el-autoload-the-easy-menu-add-item-cal.patch')
-rw-r--r--debian/patches/0005-helm-easymenu.el-autoload-the-easy-menu-add-item-cal.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0005-helm-easymenu.el-autoload-the-easy-menu-add-item-cal.patch b/debian/patches/0005-helm-easymenu.el-autoload-the-easy-menu-add-item-cal.patch
new file mode 100644
index 00000000..23cf1541
--- /dev/null
+++ b/debian/patches/0005-helm-easymenu.el-autoload-the-easy-menu-add-item-cal.patch
@@ -0,0 +1,25 @@
+From: Sean Whitton <spwhitton@spwhitton.name>
+Date: Sat, 26 Oct 2019 13:03:21 -0700
+Subject: helm-easymenu.el: autoload the easy-menu-add-item call
+
+Otherwise, the autoloaded easy-menu-add-item call in helm-org.el
+cannot succeed.
+
+Closes: #943371
+Reported-by: Aaron M. Ucko <ucko@debian.org>
+---
+ helm-easymenu.el | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/helm-easymenu.el b/helm-easymenu.el
+index c30bc05..4156555 100644
+--- a/helm-easymenu.el
++++ b/helm-easymenu.el
+@@ -19,6 +19,7 @@
+
+ (require 'easymenu)
+
++;;;###autoload
+ (easy-menu-add-item
+ nil '("Tools")
+ '("Helm"