diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-28 18:03:42 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-28 18:03:42 -0400 |
commit | c3153003fb0bfeef7ade4c060501c23f0556195d (patch) | |
tree | 2d3f91edf8be318028068b4566051a31df01fec3 /etc | |
parent | 687e0e19ae4dbd1a6fc3f6d3d21fd6b754e7589d (diff) | |
download | emacs-c3153003fb0bfeef7ade4c060501c23f0556195d.tar.gz |
Add system-configuration-features, summarising some configure results
* configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
(EMACS_CONFIG_FEATURES): New define.
* src/emacs.c (syms_of_emacs) <system-configuration-features>: New var.
* lisp/mail/emacsbug.el (report-emacs-bug):
Include system-configuration-features.
* etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -41,6 +41,11 @@ otherwise leave it unmarked. The function `tty-run-terminal-initialization' consults this variable when deciding what terminal-specific initialization code to run. +--- +** New variable `system-configuration-features', listing some of the +main features that Emacs was compiled with. This is mainly intended +for use in Emacs bug reports. + * Editing Changes in Emacs 24.5 |