diff options
| author | Dan Nicolaescu | 2010-07-02 01:11:24 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-02 01:11:24 -0700 |
| commit | d9170db5208a86d94a6d8a89c8fa1e678bd094bd (patch) | |
| tree | f15dc1b36d3807346f6f346b1c229e53a6a72ca4 /etc | |
| parent | 986011195e5c40b9644c21da166c12cb34176350 (diff) | |
| download | emacs-d9170db5208a86d94a6d8a89c8fa1e678bd094bd.tar.gz emacs-d9170db5208a86d94a6d8a89c8fa1e678bd094bd.zip | |
Define USE_LISP_UNION_TYPE using autoconf.
* configure.in (--enable-use-lisp-union-type): New flag.
* src/lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -47,6 +47,10 @@ to configure. Note that other libraries used by Emacs, RSVG and GConf, | |||
| 47 | also depend on Gtk+. You can disable them with --without-rsvg and | 47 | also depend on Gtk+. You can disable them with --without-rsvg and |
| 48 | --without-gconf. | 48 | --without-gconf. |
| 49 | 49 | ||
| 50 | ** There is a new configure option --enable-use-lisp-union-type. | ||
| 51 | This is only useful for Emacs developers to debug certain types of bugs. | ||
| 52 | These is not a new feature; only the configure flag is new. | ||
| 53 | |||
| 50 | 54 | ||
| 51 | * Startup Changes in Emacs 24.1 | 55 | * Startup Changes in Emacs 24.1 |
| 52 | 56 | ||