diff options
| author | David Aspinall | 2000-05-09 10:41:15 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-05-09 10:41:15 +0000 |
| commit | 35bc77bbc8733296c08623d963e4e8b199c16b1e (patch) | |
| tree | 792faca0f634820379c839d6096db1f70a196021 /generic/proof-menu.el | |
| parent | 09f02dae1b9fe622592dfb828ef39df580790284 (diff) | |
Fixup loading.
Diffstat (limited to 'generic/proof-menu.el')
| -rw-r--r-- | generic/proof-menu.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el index 6c392faa..a2a390a9 100644 --- a/generic/proof-menu.el +++ b/generic/proof-menu.el @@ -117,6 +117,8 @@ It was constructed with the macro proof-customize-toggle.") ;; FIXME: combine this with above, and remove messing calls in ;; proof-script. +;; This is autoloaded for some specific PAs to define commands. +;;;###autoload (defmacro proof-deftoggle (var) "Define a function VAR-toggle for toggling a boolean customize setting VAR. The toggle function uses customize-set-variable to change the variable." |
