aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Tews2013-07-17 11:05:26 +0000
committerHendrik Tews2013-07-17 11:05:26 +0000
commit0f69ff683ea5da34b93effe8ca47093e58398ade (patch)
tree42bf687b98d1fd9bd53d63d8ad19954e4c55e201
parentc660b5bfb3be6971ee9dfc111be08dd00fbace0d (diff)
fix type of coq-project-filename
-rw-r--r--coq/coq.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 967679ee..ecd3b00f 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1047,8 +1047,7 @@ recommended way of configuring the coqtop invocation. Local file
variables may still be used to override the coq project file's
configuration. .dir-locals.el files also work and override
project file settings."
- :type 'boolean)
-
+ :type 'string)
(defun coq-find-project-file ()