summaryrefslogtreecommitdiff
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
commitaa68e69fae37be8b52cb43258bbd41ef49ff0905 (patch)
tree245b9dbf4c87d298d441a383fa4163c914bb9a25
parentba56ce743e7573b85dca21c469c368dc4abd3b2f (diff)
downloadgeiser-aa68e69fae37be8b52cb43258bbd41ef49ff0905.tar.gz
geiser-aa68e69fae37be8b52cb43258bbd41ef49ff0905.tar.bz2
It's file, not filename (should fix #190)
-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