APPROVE COMMIT
NOTE: This patch has been committed
# HG changeset patch
# User Aidan Kehoe <kehoea(a)parhasard.net>
# Date 1510649042 0
# Tue Nov 14 08:44:02 2017 +0000
# Node ID fe1fc53d8443e8952d7eac9a9a1fc39f36f04c2f
# Parent 851f226f20f264da38cd53aad17a5a842f5d984f
Add a missing parenthesis, #'buffers-tab-items
lisp/ChangeLog addition:
2017-11-14 Aidan Kehoe <kehoea(a)parhasard.net>
* gutter-items.el (buffers-tab-items):
Add a missing parenthesis after Stephen's last change, get things
building again.
diff -r 851f226f20f2 -r fe1fc53d8443 lisp/ChangeLog
--- a/lisp/ChangeLog Tue Nov 14 15:32:16 2017 +0900
+++ b/lisp/ChangeLog Tue Nov 14 08:44:02 2017 +0000
@@ -1,3 +1,9 @@
+2017-11-14 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * gutter-items.el (buffers-tab-items):
+ Add a missing parenthesis after Stephen's last change, get things
+ building again.
+
2017-11-14 Stephen J. Turnbull <stephen(a)xemacs.org>
* gutter-items.el (buffers-tab-items):
diff -r 851f226f20f2 -r fe1fc53d8443 lisp/gutter-items.el
--- a/lisp/gutter-items.el Tue Nov 14 15:32:16 2017 +0900
+++ b/lisp/gutter-items.el Tue Nov 14 08:44:02 2017 +0000
@@ -298,7 +298,7 @@
tail)
(and (> n 0)
(setf tail (nthcdr n buffers)) ;; Length greater than (1+ n)?
- (setf (cdr tail) nil)))
+ (setf (cdr tail) nil))))
(labels
((build-buffers-tab-internal (buffers)
"Convert BUFFERS to a list of structures used by the tab widget."
--
‘As I sat looking up at the Guinness ad, I could never figure out /
How your man stayed up on the surfboard after forty pints of stout’
(C. Moore)