summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index e0a2dbe..f213207 100644
--- a/bog.el
+++ b/bog.el
@@ -711,7 +711,7 @@ controls the default string for the prompt."
(read-string
(format "File %s already exists. Name to use instead: "
(file-name-base citekey-file))
- new-file-name nil nil '(new-file-name)))
+ new-file-name))
(setq citekey-file (expand-file-name new-file-name dir))
(rename-file staged-file citekey-file))))
citekey-file))