diff options
| author | Glenn Morris | 2014-03-28 18:03:42 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-28 18:03:42 -0400 |
| commit | c3153003fb0bfeef7ade4c060501c23f0556195d (patch) | |
| tree | 2d3f91edf8be318028068b4566051a31df01fec3 /etc | |
| parent | 687e0e19ae4dbd1a6fc3f6d3d21fd6b754e7589d (diff) | |
| download | emacs-c3153003fb0bfeef7ade4c060501c23f0556195d.tar.gz emacs-c3153003fb0bfeef7ade4c060501c23f0556195d.zip | |
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. | |||
| 41 | The function `tty-run-terminal-initialization' consults this variable | 41 | The function `tty-run-terminal-initialization' consults this variable |
| 42 | when deciding what terminal-specific initialization code to run. | 42 | when deciding what terminal-specific initialization code to run. |
| 43 | 43 | ||
| 44 | --- | ||
| 45 | ** New variable `system-configuration-features', listing some of the | ||
| 46 | main features that Emacs was compiled with. This is mainly intended | ||
| 47 | for use in Emacs bug reports. | ||
| 48 | |||
| 44 | 49 | ||
| 45 | * Editing Changes in Emacs 24.5 | 50 | * Editing Changes in Emacs 24.5 |
| 46 | 51 | ||