diff options
| author | Hendrik Tews | 2011-04-15 11:47:51 +0000 |
|---|---|---|
| committer | Hendrik Tews | 2011-04-15 11:47:51 +0000 |
| commit | 3b5d51c37781b16e74fe7bab2e12c80dc86aa86a (patch) | |
| tree | ed01668c3829dc695bdc2773e7c8359f88dc1f47 /coq | |
| parent | 73617c15286def069e3b0a49c37805c42ccb6e56 (diff) | |
* fix overwriting setq coq-prog-name before loading Proof General
* more complete callback listing in proof-action list doc
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq-syntax.el | 5 | ||||
| -rw-r--r-- | coq/coq.el | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el index 5b15cb3a..b95d0345 100644 --- a/coq/coq-syntax.el +++ b/coq/coq-syntax.el @@ -27,11 +27,6 @@ See also `coq-prog-env' to adjust the environment." :type 'string :group 'coq) -;; da: please take care that the compiled version of this file works! -;; Top-level forms need to be delayed during compile. - -(eval-when (load eval) - (custom-reevaluate-setting 'coq-prog-name)) ;;; keyword databases @@ -37,8 +37,8 @@ (declare-function smie-rule-parent-p "smie") (require 'proof) -(require 'coq-local-vars) ; (require 'coq-syntax) ; sets coq-prog-name +(require 'coq-local-vars) ; (require 'coq-abbrev) ; coq specific menu |
