diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-start.el | 2 | ||||
| -rw-r--r-- | lisp/mail/emacsbug.el | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24f17f004f5..8c008185424 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-03-28 Glenn Morris <rgm@gnu.org> | 1 | 2014-03-28 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * cus-start.el (report-emacs-bug-address): Set custom properties. | ||
| 4 | * mail/emacsbug.el (report-emacs-bug-address): | ||
| 5 | Variable is now defined in emacs.c. | ||
| 6 | |||
| 3 | * mail/emacsbug.el (report-emacs-bug): | 7 | * mail/emacsbug.el (report-emacs-bug): |
| 4 | Include system-configuration-features. | 8 | Include system-configuration-features. |
| 5 | 9 | ||
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) |
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 @@ | |||
| 43 | (define-obsolete-variable-alias 'report-emacs-bug-pretest-address | 43 | (define-obsolete-variable-alias 'report-emacs-bug-pretest-address |
| 44 | 'report-emacs-bug-address "24.1") | 44 | 'report-emacs-bug-address "24.1") |
| 45 | 45 | ||
| 46 | (defcustom report-emacs-bug-address "bug-gnu-emacs@gnu.org" | ||
| 47 | "Address of mailing list for GNU Emacs bugs." | ||
| 48 | :group 'emacsbug | ||
| 49 | :type 'string) | ||
| 50 | |||
| 51 | (defcustom report-emacs-bug-no-confirmation nil | 46 | (defcustom report-emacs-bug-no-confirmation nil |
| 52 | "If non-nil, suppress the confirmations asked for the sake of novice users." | 47 | "If non-nil, suppress the confirmations asked for the sake of novice users." |
| 53 | :group 'emacsbug | 48 | :group 'emacsbug |