aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-03-28 19:11:39 -0400
committerGlenn Morris2014-03-28 19:11:39 -0400
commit7b207d6d4f2de3ee07ffc8b02464c2b186372970 (patch)
tree2959adcd53ac15407d309e96af64c124b1949083 /lisp/ChangeLog
parent32544aa4133c3446f0b83e5b58a5ad7213534c55 (diff)
downloademacs-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/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 24f17f004f5..8c008185424 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12014-03-28 Glenn Morris <rgm@gnu.org> 12014-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