branch: externals/gpr-query commit 32c123e157caa4421680c338ada5807c1e4dbef1 Author: Stephen Leake <stephen_le...@stephe-leake.org> Commit: Stephen Leake <stephen_le...@stephe-leake.org>
Misc fixes * ELPA.make (build-elpa): Fix path to elpa root. * gpr-query.el: Match required header comment style. --- ELPA.make | 6 +++--- gpr-query.el | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ELPA.make b/ELPA.make index e0fa44f647..b80d138872 100644 --- a/ELPA.make +++ b/ELPA.make @@ -46,9 +46,9 @@ recursive-clean : force # builds $(ELPA_ROOT)/archive-devel/*, from the last commit, _not_ the # current workspace Also checks copyright; run elpa/GNUMakefile # check/<pkg> first if added files. -build-elpa : force - rm -rf $(ELPA_ROOT)/archive-devel - make -C $(ELPA_ROOT)/ build/gpr-query +build-elpa : ../../GNUmakefile force + rm -rf ../../archive-devel + make -C ../.. build/gpr-query config : mkdir config diff --git a/gpr-query.el b/gpr-query.el index d047c50f79..943efda022 100644 --- a/gpr-query.el +++ b/gpr-query.el @@ -1,4 +1,4 @@ -;; gpr-query.el --- Minor mode for navigating sources using gpr_query -*- lexical-binding:t -*- +;;; gpr-query.el --- Minor mode for navigating sources using gpr_query -*- lexical-binding:t -*- ;; ;; gpr-query supports Ada and any gcc language that supports the ;; AdaCore -fdump-xref switch (which includes C, C++).