diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2016-11-09 18:30:28 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2016-11-09 18:30:28 +0100 |
commit | aa68e69fae37be8b52cb43258bbd41ef49ff0905 (patch) | |
tree | 245b9dbf4c87d298d441a383fa4163c914bb9a25 /elisp/geiser-repl.el | |
parent | ba56ce743e7573b85dca21c469c368dc4abd3b2f (diff) | |
download | geiser-aa68e69fae37be8b52cb43258bbd41ef49ff0905.tar.gz geiser-aa68e69fae37be8b52cb43258bbd41ef49ff0905.tar.bz2 |
It's file, not filename (should fix #190)
Diffstat (limited to 'elisp/geiser-repl.el')
-rw-r--r-- | elisp/geiser-repl.el | 2 |
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 |