emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 48e1dc61cd 2/2: Show docstring warnings again


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 48e1dc61cd 2/2: Show docstring warnings again (#279)
Date: Tue, 11 Oct 2022 16:57:42 -0400 (EDT)

branch: externals/hyperbole
commit 48e1dc61cdf03135a02afd47c03e168bf5609d29
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Show docstring warnings again (#279)
---
 ChangeLog |  4 ++++
 Makefile  | 15 +++++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 604f752171..841f8a2101 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-11  Mats Lidell  <matsl@gnu.org>
+
+* Makefile (bin, eln): Show docstring warnings again.
+
 2022-10-10  Mats Lidell  <matsl@gnu.org>
 
 * kotl/kview.el (kview:create): Shorten docs strings to be within 80 char
diff --git a/Makefile b/Makefile
index 6b3375be16..a198872eae 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:     14-Sep-22 at 22:16:31 by Mats Lidell
+# Last-Mod:     11-Oct-22 at 22:22:16 by Mats Lidell
 #
 # Copyright (C) 1994-2022  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
@@ -304,10 +304,13 @@ src: autoloads tags
 
 # Remove and then rebuild all byte-compiled .elc files, even those .elc files
 # which do not yet exist, plus build TAGS file.
+#
+# Use this to suppress docstring warnings.
+#      $(EMACS_BATCH) --eval="(setq-default byte-compile-warnings '(not 
docstrings))" \
+#              -f batch-byte-compile $(EL_KOTL) $(EL_COMPILE)
 bin: src
        $(RM) *.elc kotl/*.elc
-       $(EMACS_BATCH) --eval="(setq-default byte-compile-warnings '(not 
docstrings))" \
-               -f batch-byte-compile $(EL_KOTL) $(EL_COMPILE)
+       $(EMACS_BATCH) -f batch-byte-compile $(EL_KOTL) $(EL_COMPILE)
 
 # Create -l "file.el" load-file command-line args for each Hyperbole .el file 
for use in
 # eln native compile target below.
@@ -317,10 +320,14 @@ load-hyperbole:
        $(EMACS_BATCH) \
           $(LOAD_EL)
 
+# Use this to suppress docstring warnings.
+#      $(EMACS_BATCH) \
+#           $(LOAD_EL) \
+#           --eval="(setq-default byte-compile-warnings '(not docstrings))" \
+#          -f batch-native-compile $(EL_KOTL) $(EL_COMPILE)
 eln: src
        $(EMACS_BATCH) \
           $(LOAD_EL) \
-         --eval="(setq-default byte-compile-warnings '(not docstrings))" \
          -f batch-native-compile $(EL_KOTL) $(EL_COMPILE)
 
 # Byte compile files but apply a filter for either including or



reply via email to

[Prev in Thread] Current Thread [Next in Thread]