diff options
| author | David Aspinall | 2011-01-18 17:36:32 +0000 |
|---|---|---|
| committer | David Aspinall | 2011-01-18 17:36:32 +0000 |
| commit | 5b5e03cef4876bfb5ff58ef9b87b91a6ffc0f6fc (patch) | |
| tree | 1a20d0975d61ecd6b98d59702c84a0ec9fd8503a /coq | |
| parent | be494ff82987bac82e4bdd8b9033b4df291053df (diff) | |
Localise compilation fix for dynamic scope of `queueitems\'.
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ (require 'etags) (unless (proof-try-require 'smie) (defvar smie-indent-basic nil)) ; smie + + (defvar queueitems nil) ; dynamic scope in p-s-extend-queue-hook (defvar coq-time-commands nil) ; defpacustom (defvar coq-auto-compile-vos nil) ; defpacustom (defvar coq-use-editing-holes nil) ; defpacustom |
