Skip to content

Commit

Permalink
[#92] Pass result-file to Clojure side in all cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
kostafey committed Apr 3, 2019
1 parent 54bb92f commit eed81b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ejc-sql.el
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ any SQL buffer to connect to exact database, as always. "
:sync sync
:display-result display-result
:result-file (or result-file
(if display-result (ejc-next-result-file-path)))))))
(ejc-next-result-file-path))))))

(defun ejc-message-query-done (start-time status)
(message
Expand Down

0 comments on commit eed81b7

Please sign in to comment.