diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-06-13 20:42:22 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-06-13 20:44:00 -0400 |
commit | b5d67a837e476459a4a244c4df67cd7933fbab95 (patch) | |
tree | e629861da0cda94d1e010f018c12663e8f7ced47 | |
parent | 11d6dce0d8e40ed90eceabbd4db9e4995a18ee45 (diff) | |
download | bog-b5d67a837e476459a4a244c4df67cd7933fbab95.tar.gz |
bog-file-ask-on-conflict: Remove bogus read-string argument
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |