aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/docstring-magic.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-12 17:15:00 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-12 17:15:00 +0000
commitadbeb5ce9c8abf298c78ba395a194930a83b9b47 (patch)
tree73d7e69e643d5599afac839d8f58763c920add69 /doc/docstring-magic.el
parent2bce3de2e2e1030fef6c357074ed70654aa6fe82 (diff)
Add provide sym-lock to fix sym lock loading problem
Diffstat (limited to 'doc/docstring-magic.el')
-rw-r--r--doc/docstring-magic.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docstring-magic.el b/doc/docstring-magic.el
index 0a226f41..7673ee89 100644
--- a/doc/docstring-magic.el
+++ b/doc/docstring-magic.el
@@ -16,6 +16,7 @@
(require 'proof-utils)
+(provide 'sym-lock) ; Hack for af2: sym-lock gives error when loaded, why?
;; FIXME: Loading several prover files at once is a bit of a problem
;; with new config mechanism.