summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2016-11-09 18:30:28 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2016-11-09 18:30:28 +0100
commitc6c41bcfaf54af29c6f0403e6894fa77c13d1e49 (patch)
tree7ec500d9494f26d85c3b9ecd85222e898b9f1745 /elisp
parent16035b9fa475496f7f89a57fa81455057af749a0 (diff)
downloadgeiser-guile-c6c41bcfaf54af29c6f0403e6894fa77c13d1e49.tar.gz
geiser-guile-c6c41bcfaf54af29c6f0403e6894fa77c13d1e49.tar.bz2
It's file, not filename (should fix #190)
Diffstat (limited to 'elisp')
-rw-r--r--elisp/geiser-repl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el
index 42bd99d..babebf8 100644
--- a/elisp/geiser-repl.el
+++ b/elisp/geiser-repl.el
@@ -61,7 +61,7 @@ REPL buffer."
This is actually the base name: the concrete Scheme
implementation name gets appended to it."
- :type 'filename
+ :type 'file
:group 'geiser-repl)
(geiser-custom--defcustom geiser-repl-history-size comint-input-ring-size