From aa68e69fae37be8b52cb43258bbd41ef49ff0905 Mon Sep 17 00:00:00 2001
From: Jose Antonio Ortega Ruiz <jao@gnu.org>
Date: Wed, 9 Nov 2016 18:30:28 +0100
Subject: It's file, not filename (should fix #190)

---
 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 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
-- 
cgit v1.2.3