summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Vanicat <vanicat@debian.org>2016-01-31 11:02:27 +0100
committerNicholas D Steeves <nsteeves@gmail.com>2017-01-23 19:38:29 -0700
commit6d3a628b0abe5b36830e940296cfd0696cce0b01 (patch)
tree8cebf73ddcdc99e24ae82d584a10ccb0c9f979df
parent9174e476dff35c10ff430e4e21e6d38f8af7752c (diff)
Do not depend on asyncarchive/debian/2.5.9-1_bpo8+1
Async is used to compile without cluttering the .elc with old macro. We don't need this, as we compile using new Emacs. Forwarded: not-needed Gbp-Pq: Name 0002-Do-not-depend-on-async.patch
-rw-r--r--with-editor.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/with-editor.el b/with-editor.el
index a219dcf..3147086 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -8,7 +8,7 @@
;; Author: Jonas Bernoulli <jonas@bernoul.li>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
-;; Package-Requires: ((emacs "24.4") (async "1.9"))
+;; Package-Requires: ((emacs "24.4"))
;; Keywords: tools
;; Homepage: https://github.com/magit/with-editor