From 186925aa076e599b4cb792bb8b8dd29758f1bc12 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 10 Apr 2017 19:01:53 +0200 Subject: [PATCH 1/2] Emacsg: stop suppressing certain byte-compile warnings A forward compatibility package `cl-generic', which provides `cl-defgeneric' and `cl-defmethod' for older Emacsen, is now available from GNU Elpa. --- Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 5b7c164..64395e1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Jonas Bernoulli +# Copyright (C) 2016-2017 Jonas Bernoulli # # Author: Jonas Bernoulli # License: GPL v3 @@ -6,10 +6,6 @@ .PHONY: all help build build-init quick bootstrap .FORCE: -SUPPRESS_WARNINGS = 2>&1 | grep -v -SUPPRESS_WARNINGS += -e "‘defgeneric’ is an obsolete macro" -SUPPRESS_WARNINGS += -e "‘defmethod’ is an obsolete macro" - all: build help: @@ -25,7 +21,7 @@ build: @rm -f init.elc @emacs -Q --batch -L lib/borg --load borg \ --funcall borg-initialize \ - --funcall borg-batch-rebuild $(SUPPRESS_WARNINGS) + --funcall borg-batch-rebuild 2>&1 build-init: @rm -f init.elc @@ -37,12 +33,12 @@ quick: @rm -f init.elc @emacs -Q --batch -L lib/borg --load borg \ --funcall borg-initialize \ - --eval '(borg-batch-rebuild t)' $(SUPPRESS_WARNINGS) + --eval '(borg-batch-rebuild t)' 2>&1 lib/%: .FORCE @emacs -Q --batch -L lib/borg --load borg \ --funcall borg-initialize \ - --eval '(borg-build "$(@F)")' $(SUPPRESS_WARNINGS) + --eval '(borg-build "$(@F)")' 2>&1 bootstrap: @printf "\n=== Running 'git submodule init' ===\n\n" From 3c540ed05e6ac8dcaa9a4158020c561566379561 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 19 Apr 2017 00:32:41 +0200 Subject: [PATCH 2/2] Update 6 drones Update borg to v1.0.0-14-g3780c88 Update emacsql to 2.0.2-5-g1b37570 Update finalize to 1.0.0-2-gdeb9e8f Update magit to 2.10.3-62-g1e54f3ee Update use-package to 2.3-64-g0139f85 Update with-editor to v2.5.10-1-geb00831 --- lib/borg | 2 +- lib/emacsql | 2 +- lib/finalize | 2 +- lib/magit | 2 +- lib/use-package | 2 +- lib/with-editor | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/borg b/lib/borg index 8d65370..3780c88 160000 --- a/lib/borg +++ b/lib/borg @@ -1 +1 @@ -Subproject commit 8d65370094fc439fed3a52d81ca24afd76ff5a55 +Subproject commit 3780c8810cda069f88af7f771af03ae47253c923 diff --git a/lib/emacsql b/lib/emacsql index 327b09b..1b37570 160000 --- a/lib/emacsql +++ b/lib/emacsql @@ -1 +1 @@ -Subproject commit 327b09b4b99ccb6b5605b804027a42fd73589929 +Subproject commit 1b37570bf5813e160fa18a766e20dfa690910519 diff --git a/lib/finalize b/lib/finalize index 9ac589c..deb9e8f 160000 --- a/lib/finalize +++ b/lib/finalize @@ -1 +1 @@ -Subproject commit 9ac589cf487f5d37163dc9e7ca8c52800710805e +Subproject commit deb9e8f4be1ed65a3933e117ef2210148cede75d diff --git a/lib/magit b/lib/magit index ff4c52b..1e54f3e 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit ff4c52b31c814f0cc89f33d25fb9813bac21598e +Subproject commit 1e54f3ee49f762d9f83043be4bb7d41736c336ae diff --git a/lib/use-package b/lib/use-package index a354568..0139f85 160000 --- a/lib/use-package +++ b/lib/use-package @@ -1 +1 @@ -Subproject commit a354568ec2af8444b741f595a3a7183e3f67ad58 +Subproject commit 0139f85595a10b9e50e38f3d8d59f70cf4f3a2a2 diff --git a/lib/with-editor b/lib/with-editor index 8ae3c7a..eb00831 160000 --- a/lib/with-editor +++ b/lib/with-editor @@ -1 +1 @@ -Subproject commit 8ae3c7aed92842f5988671c1b3350c65c58857e0 +Subproject commit eb0083125eb69033d53374742fd4af7a850a97fb