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

    hactypes.el (require): Remove require of 'man'
    
    Do it only in man-show where needed.  This may allow CI/CD build of
    docker Emacs master branch that lacks 'man' package.
---
 ChangeLog   | 6 ++++++
 hactypes.el | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1875bbe152..108878b68a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-18  Bob Weiner  <r...@gnu.org>
+
+* hactypes.el (require): Remove require of 'man' and do it only in
+    man-show where needed.  This may allow CI/CD build of docker Emacs
+    master branch that lacks 'man' package.
+
 2024-11-18  bw  <bw@norlinux>
 
 * hui-tests.el (hui--ibut-link-directly-to-org-header-first-column):
diff --git a/hactypes.el b/hactypes.el
index e5cd6e263b..9c8bf7b1a7 100644
--- a/hactypes.el
+++ b/hactypes.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    23-Sep-91 at 20:34:36
-;; Last-Mod:     30-Jun-24 at 17:12:44 by Bob Weiner
+;; Last-Mod:     18-Nov-24 at 23:27:33 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -18,7 +18,7 @@
 ;;; Other required Elisp libraries
 ;;; ************************************************************************
 
-(eval-and-compile (mapc #'require '(bookmark hvar hsettings comint hbut hpath 
hargs hmail man hsys-org)))
+(eval-and-compile (mapc #'require '(bookmark hvar hsettings comint hbut hpath 
hargs hmail hsys-org)))
 
 ;;; ************************************************************************
 ;;; Public declarations

Reply via email to