summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-10-26 13:10:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-10-26 13:10:30 -0700
commit8baac8ad11d14ca1a296d1b0cef04b9b0118fd0c (patch)
treeccd69cd0caa4ccaaba6398b1f53c35ce0abe7077
parentbec35aebdf0b2ef2ba2edb89acc190c8364dc908 (diff)
Commit patch queue (exported by git-debrebase)
[git-debrebase make-patches: export and commit patches]
-rw-r--r--debian/patches/helm-easymenu.el-autoload-the-easy-menu-add-item-call.patch25
-rw-r--r--debian/patches/series1
2 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/helm-easymenu.el-autoload-the-easy-menu-add-item-call.patch b/debian/patches/helm-easymenu.el-autoload-the-easy-menu-add-item-call.patch
new file mode 100644
index 00000000..6018c46a
--- /dev/null
+++ b/debian/patches/helm-easymenu.el-autoload-the-easy-menu-add-item-call.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 eb6878b..9d33907 100644
+--- a/helm-easymenu.el
++++ b/helm-easymenu.el
+@@ -19,6 +19,7 @@
+
+ (require 'easymenu)
+
++;;;###autoload
+ (easy-menu-add-item
+ nil '("Tools")
+ '("Helm"
diff --git a/debian/patches/series b/debian/patches/series
index c5b90e1c..621af4d0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
0003-decruft-README.patch
0004-patch-emacs-helm-sh.patch
patch-upstream-s-.gitignore-for-Debian.patch
+helm-easymenu.el-autoload-the-easy-menu-add-item-call.patch