diff options
| author | David Aspinall | 1999-11-18 15:09:44 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-18 15:09:44 +0000 |
| commit | 5bc59344abc481348097f673f75f60e1727b84ed (patch) | |
| tree | 5eba3dba8e6dd5677a4c86204b37d37407add0e2 | |
| parent | d5422ccb9dc80094909564466c4fa4d32c87d6c2 (diff) | |
Added user option for multiple frames.
| -rw-r--r-- | generic/proof-config.el | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 7298e7b8..1f95e35a 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -173,6 +173,15 @@ experienced Emacs users." :type 'boolean :group 'proof-user-options) +(defcustom proof-multiple-frames-enable nil + "*Whether response and goals buffers have separate frames. +If non-nil, Emacs will make separate frames (screen windows) for +the goals and response buffers, by altering the variable +`special-display-regexps'." + :type 'boolean + :set 'proof-set-bool + :group 'proof-user-options) + (defcustom proof-auto-delete-windows nil "*If non-nil, automatically remove windows when they are cleaned. @@ -1663,12 +1672,6 @@ X-Symbol support is deactivated." - - - - - - ;; ;; 9. Global constants |
