diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-28 06:51:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-28 06:51:32 +0000 |
commit | 4b4052b2b8c2f8cc0a3f999bf38cb3fea57c07ed (patch) | |
tree | 0d764d5493095630ada1a85b824bd73664f46020 /lisp/mail/reporter.el | |
parent | b1b578437c42fc05fea886630ecd94195d4ad726 (diff) | |
download | emacs-4b4052b2b8c2f8cc0a3f999bf38cb3fea57c07ed.tar.gz |
Comment changes.
Diffstat (limited to 'lisp/mail/reporter.el')
-rw-r--r-- | lisp/mail/reporter.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index f941a29afde..096e5a1cde7 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el @@ -89,6 +89,10 @@ existing one is found. MH-E users may want to use `mh-smail'.") + +;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv +;; Package author interface variables + (defvar reporter-prompt-for-summary-p nil "Interface variable controlling prompting for problem summary. When non-nil, `reporter-submit-bug-report' prompts the user for a @@ -114,7 +118,8 @@ Note that this variable is not buffer-local so you should never just bind it.") ;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -;; end of user defined variables +;; End of editable variables + (defvar reporter-eval-buffer nil "Buffer to retrieve variable's value from. |