branch: externals/hyperbole
commit b7931000aa4c50a080429cc9b659b3f081358858
Author: bw <r...@gnu.org>
Commit: bw <r...@gnu.org>

    hui-em-but.el - Comment out non-load if non-interactive for hywiki
---
 ChangeLog     |  5 ++++-
 hui-em-but.el | 10 +++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 71ce5e8ae6..81e8b25962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2024-04-24  Bob Weiner  <r...@gnu.org>
+2024-05-05  Bob Weiner  <r...@gnu.org>
+
+* hui-em-but.el: Comment out non-load when non-interactive so does not created
+    errors when used in "hywiki.el".
 
 2024-04-23  Bob Weiner  <r...@gnu.org>
 
diff --git a/hui-em-but.el b/hui-em-but.el
index 9c9fa36f55..45543d676b 100644
--- a/hui-em-but.el
+++ b/hui-em-but.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    21-Aug-92
-;; Last-Mod:     22-Apr-24 at 02:06:26 by Bob Weiner
+;; Last-Mod:      5-May-24 at 09:44:17 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -19,10 +19,10 @@
 
 ;;; Code:
 
-(when noninteractive
-  ;; Don't load this library
-  (with-current-buffer " *load*"
-    (goto-char (point-max))))
+;; (when noninteractive
+;;   ;; Don't load this library
+;;   (with-current-buffer " *load*"
+;;     (goto-char (point-max))))
 
 ;;; ************************************************************************
 ;;; Other required Elisp libraries

Reply via email to