Control: tags 849240 + patch
Control: tags 849240 + pending
Dear maintainer,
I've prepared an NMU for auto-complete-el (versioned as 1.3.1-2.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I should
delay or cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru auto-complete-el-1.3.1/debian/changelog auto-complete-el-1.3.1/debian/changelog
--- auto-complete-el-1.3.1/debian/changelog 2012-03-25 17:30:40.000000000 +0300
+++ auto-complete-el-1.3.1/debian/changelog 2017-07-19 14:01:05.000000000 +0300
@@ -1,3 +1,10 @@
+auto-complete-el (1.3.1-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add upstream fix for emacs25. (Closes: #849240)
+
+ -- Adrian Bunk <[email protected]> Wed, 19 Jul 2017 14:01:05 +0300
+
auto-complete-el (1.3.1-2) unstable; urgency=low
* debian/emacsen-remove:
diff -Nru auto-complete-el-1.3.1/debian/patches/0001-Add-missing-nil.patch auto-complete-el-1.3.1/debian/patches/0001-Add-missing-nil.patch
--- auto-complete-el-1.3.1/debian/patches/0001-Add-missing-nil.patch 1970-01-01 02:00:00.000000000 +0200
+++ auto-complete-el-1.3.1/debian/patches/0001-Add-missing-nil.patch 2017-07-19 14:01:05.000000000 +0300
@@ -0,0 +1,22 @@
+From 8d3db89eaaaebf31cca574216e630f64e5e28c5f Mon Sep 17 00:00:00 2001
+From: Chris Zheng <[email protected]>
+Date: Fri, 11 Dec 2015 15:09:22 +0800
+Subject: Add missing nil.
+
+---
+ auto-complete.el | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: auto-complete-el-1.3.1/auto-complete.el
+===================================================================
+--- auto-complete-el-1.3.1.orig/auto-complete.el
++++ auto-complete-el-1.3.1/auto-complete.el
+@@ -671,7 +671,7 @@ You can not use it in source definition
+ (defun ac-menu-delete ()
+ (when ac-menu
+ (popup-delete ac-menu)
+- (setq ac-menu)))
++ (setq ac-menu nil)))
+
+ (defsubst ac-inline-marker ()
+ (nth 0 ac-inline))
diff -Nru auto-complete-el-1.3.1/debian/patches/series auto-complete-el-1.3.1/debian/patches/series
--- auto-complete-el-1.3.1/debian/patches/series 1970-01-01 02:00:00.000000000 +0200
+++ auto-complete-el-1.3.1/debian/patches/series 2017-07-19 14:01:05.000000000 +0300
@@ -0,0 +1 @@
+0001-Add-missing-nil.patch