branch: externals/hyperbole
commit 3d26ccbca16147551aa0391570711be34c733833
Author: Bob Weiner <[email protected]>
Commit: Bob Weiner <[email protected]>
Fix require of 'help-mode' instead of 'help' to remedy 'make bin'
---
Changes | 2 ++
hbut.el | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 7ff0d20..0830b14 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
2020-03-01 Bob Weiner <[email protected]>
+* hbut.el (require): Fixed require of 'help-mode' instead of 'help'. This
fixed 'make bin' compilation.
+
* Published 7.1.1 test release.
* hypb.el (hypb:display-file-with-logo): Modified to not move point or do
anything other than use view-mode
diff --git a/hbut.el b/hbut.el
index dbafbcd..4e0aed1 100644
--- a/hbut.el
+++ b/hbut.el
@@ -16,7 +16,7 @@
;;; Other required Elisp libraries
;;; ************************************************************************
-(eval-and-compile (mapc #'require '(elisp-mode help hversion hmoccur hbmap
+(eval-and-compile (mapc #'require '(elisp-mode help-mode hversion hmoccur hbmap
htz hbdata hact view)))
;;; ************************************************************************