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

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

[elpa] scratch/hyperbole f00a0feb2e 07/12: hyperbole-autoloads.el: Remov


From: Stefan Monnier
Subject: [elpa] scratch/hyperbole f00a0feb2e 07/12: hyperbole-autoloads.el: Remove needless definitions
Date: Tue, 27 Jun 2023 17:38:40 -0400 (EDT)

branch: scratch/hyperbole
commit f00a0feb2e31be5474e56f5fac0dcae3110dcfe6
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    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



reply via email to

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