diff options
| author | David Aspinall | 1999-11-18 15:29:16 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-18 15:29:16 +0000 |
| commit | 15b93f29e7fa3a659c123dc86e283dae1bf8584e (patch) | |
| tree | 8bfb388c13da1f29424447369e3d3cb6d71e3b8b | |
| parent | 0ef2411123dbb7342b394c3af496ad785f820bac (diff) | |
Junk proof-xsym-toggle-hook
| -rw-r--r-- | etc/junk.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/junk.el b/etc/junk.el index dadf1bb6..1ca27608 100644 --- a/etc/junk.el +++ b/etc/junk.el @@ -138,3 +138,20 @@ We only strip specials from the annotations." ; (if proof-response-buffer ; (with-current-buffer proof-response-buffer ; (proof-bury-buffer-after proof-goals-buffer)))) + + + +;; This was added in proof-config.el. +;; +;; Better strategy to be less zippy about adding hooks is this: +;; +;; 1. Only add a hook if it is needed in *generic* code +;; 2. Only add a hook if it seems likely to be needed for different +;; provers, with different effects. +;; +;; This hook doesn't meet criteria! + +(defcustom proof-xsym-toggle-hook '(proof-x-symbol-toggle-clean-buffers) + "Hooks run when X-Symbol support is turned on or off." + :type 'string + :group 'proof-x-symbol) |
