diff options
| author | Glenn Morris | 2014-03-28 19:11:39 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-28 19:11:39 -0400 |
| commit | 7b207d6d4f2de3ee07ffc8b02464c2b186372970 (patch) | |
| tree | 2959adcd53ac15407d309e96af64c124b1949083 /lisp/cus-start.el | |
| parent | 32544aa4133c3446f0b83e5b58a5ad7213534c55 (diff) | |
| download | emacs-7b207d6d4f2de3ee07ffc8b02464c2b186372970.tar.gz 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/cus-start.el')
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 7fbddbe1c45..ee09c433f33 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -198,6 +198,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 198 | 198 | ||
| 199 | ;; editfns.c | 199 | ;; editfns.c |
| 200 | (user-full-name mail string) | 200 | (user-full-name mail string) |
| 201 | ;; emacs.c | ||
| 202 | (report-emacs-bug-address emacsbug string) | ||
| 201 | ;; eval.c | 203 | ;; eval.c |
| 202 | (max-specpdl-size limits integer) | 204 | (max-specpdl-size limits integer) |
| 203 | (max-lisp-eval-depth limits integer) | 205 | (max-lisp-eval-depth limits integer) |