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

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

[elpa] externals/hyperbole 3d26ccb 40/51: Fix require of 'help-mode' ins


From: Stefan Monnier
Subject: [elpa] externals/hyperbole 3d26ccb 40/51: Fix require of 'help-mode' instead of 'help' to remedy 'make bin'
Date: Sun, 12 Jul 2020 18:10:17 -0400 (EDT)

branch: externals/hyperbole
commit 3d26ccbca16147551aa0391570711be34c733833
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    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  <rsw@gnu.org>
 
+* 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)))
 
 ;;; ************************************************************************



reply via email to

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