summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-06-13 20:42:22 -0400
committerKyle Meyer <kyle@kyleam.com>2016-06-13 20:44:00 -0400
commitb5d67a837e476459a4a244c4df67cd7933fbab95 (patch)
treee629861da0cda94d1e010f018c12663e8f7ced47
parent11d6dce0d8e40ed90eceabbd4db9e4995a18ee45 (diff)
downloadbog-b5d67a837e476459a4a244c4df67cd7933fbab95.tar.gz
bog-file-ask-on-conflict: Remove bogus read-string argument
-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))