branch: scratch/hyperbole
commit f00a0feb2e31be5474e56f5fac0dcae3110dcfe6
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
hyperbole-autoloads.el: Remove needless definitions
* hversion.el (hyperb:mouse-buttons):
* hload-path.el (hyperb:microsoft-os-p, hyperb:wsl-os-p): Don't
needlessly predefine internal variables.
(load-path): Don't add `test` to the `load-path`.
---
hload-path.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hload-path.el b/hload-path.el
index b9b0a8b820..466132c9b0 100644
--- a/hload-path.el
+++ b/hload-path.el
@@ -72,7 +72,9 @@ Valid values end with a directory separator character.")
;;; Hyperbole test importation settings
;;; ************************************************************************
-(add-to-list 'load-path (expand-file-name "test" hyperb:dir))
+;; FIXME: This should be done only when running the tests, not in
+;; normal sessions.
+;;(add-to-list 'load-path (expand-file-name "test" hyperb:dir))
;; Ensure final name (after resolving all links) of hyperb:dir is
;; used after setting up load-path; otherwise, Hyperbole may fail