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

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

[nongnu] elpa/geiser b262178 1/5: Initialise geiser-repl-current-project


From: ELPA Syncer
Subject: [nongnu] elpa/geiser b262178 1/5: Initialise geiser-repl-current-project-function according to availability
Date: Sat, 4 Dec 2021 20:58:10 -0500 (EST)

branch: elpa/geiser
commit b2621789d3dace5590ca5f19d036634ef3dd84b9
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    Initialise geiser-repl-current-project-function according to availability
---
 elisp/geiser-repl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el
index bb827a5..9f51efa 100644
--- a/elisp/geiser-repl.el
+++ b/elisp/geiser-repl.el
@@ -46,7 +46,7 @@ symbol (e.g., `guile', `chicken', etc.)."
   :group 'geiser-repl)
 
 (geiser-custom--defcustom geiser-repl-current-project-function
-    'ignore
+    (if (featurep 'project) #'project-current 'ignore)
   "Function used to determine the current project.
 The function is called from both source and REPL buffers, and
 should return a value which uniquely identifies the project."



reply via email to

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