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

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

[elpa] externals/hyperbole 3253909599: Use default value of debug-on-err


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 3253909599: Use default value of debug-on-error (#613)
Date: Sun, 24 Nov 2024 03:58:14 -0500 (EST)

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

    Use default value of debug-on-error (#613)
    
    Use default value of debug-on-error
    
    Was set to produce a backtrace but it is not required. See
    "(elisp)Batch Mode".
---
 ChangeLog | 6 ++++++
 Makefile  | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1324ae46e7..e72c18512e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-23  Mats Lidell  <matsl@gnu.org>
+
+* Makefile (BATCHFLAGS): Use debug-on-error's default value nil. Emacs 31
+    introduces calling man using with-demoted-errors which
+    causes an error when requiring man when debug-on-error is set to t.
+
 2024-11-19  Bob Weiner  <rsw@gnu.org>
 
 * hywiki.el (hywiki-maybe-highlight-page-name): Fix that adding
diff --git a/Makefile b/Makefile
index a3c2726386..5bf36c2b28 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:     17-Nov-24 at 00:02:09 by Mats Lidell
+# Last-Mod:     23-Nov-24 at 11:23:02 by Mats Lidell
 #
 # Copyright (C) 1994-2023  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
@@ -191,7 +191,7 @@ PRELOADS = $(SITE_PRELOADS) -l ./hload-path.el -l 
./hversion.el -l ./hyperbole.e
 
 # Compile in batch mode.  Load site-lisp/site-start.el, which may set 
load-path.
 # Show complete expression; do not abbreviate any exprs in batch logs with ...
-BATCHFLAGS = --batch --quick --eval "(progn (setq debug-on-error t) (setq 
backtrace-line-length 0) \
+BATCHFLAGS = --batch --quick --eval "(progn (setq backtrace-line-length 0) \
                                  (message \"  emacs-version = %s\n  
system-configuration = %s\n  emacs = %s%s\n  load-path = %s\" emacs-version 
system-configuration invocation-directory invocation-name load-path))"
 
 EMACS_BATCH=$(EMACS) $(BATCHFLAGS) $(PRELOADS)



reply via email to

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