diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-28 19:11:39 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-28 19:11:39 -0400 |
commit | 7b207d6d4f2de3ee07ffc8b02464c2b186372970 (patch) | |
tree | 2959adcd53ac15407d309e96af64c124b1949083 /lisp/mail/emacsbug.el | |
parent | 32544aa4133c3446f0b83e5b58a5ad7213534c55 (diff) | |
download | emacs-7b207d6d4f2de3ee07ffc8b02464c2b186372970.tar.gz emacs-7b207d6d4f2de3ee07ffc8b02464c2b186372970.tar.bz2 emacs-7b207d6d4f2de3ee07ffc8b02464c2b186372970.zip |
Improve usage of AC_INIT
* configure.ac (AC_INIT): Add "GNU" in package, add bug address.
(PACKAGE_BUGREPORT): Use it.
* src/emacs.c (emacs_version): Use PACKAGE_VERSION rather than VERSION.
(emacs_bugreport): New variable.
(usage_message): Use PACKAGE_BUGREPORT.
(syms_of_emacs) <report-emacs-bug-address>: New variable.
* lisp/cus-start.el (report-emacs-bug-address): Set custom properties.
* lisp/mail/emacsbug.el (report-emacs-bug-address):
Variable is now defined in emacs.c.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 54f7b6a21ea..91451504cab 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -43,11 +43,6 @@ (define-obsolete-variable-alias 'report-emacs-bug-pretest-address 'report-emacs-bug-address "24.1") -(defcustom report-emacs-bug-address "bug-gnu-emacs@gnu.org" - "Address of mailing list for GNU Emacs bugs." - :group 'emacsbug - :type 'string) - (defcustom report-emacs-bug-no-confirmation nil "If non-nil, suppress the confirmations asked for the sake of novice users." :group 'emacsbug |