aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index d6eb861e..7984472b 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -621,8 +621,8 @@ This is specific to coq-mode."
default-directory)
;; This next guess is pretty hopeless.
default-directory)))
- (message (concat dir modname ".v"))
- (concat dir modname ".v")))))
+ (message "%s%s.v" dir modname)
+ (format "%s%s.v" dir modname)))))
(setq coq-proof-shell-inform-file-retracted-cmd
;; da: This is a HORRIBLE fragile hack! Instead of issuing a