Mercurial > emacs
comparison src/ChangeLog @ 112359:011b1eb5c384
Change buffer_defaults to new new macro; preparation for thread patch
* lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro.
* buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS.
author | Tom Tromey <tromey@redhat.com> |
---|---|
date | Tue, 18 Jan 2011 10:00:04 -0700 |
parents | 19348bd13f81 |
children | 3215a5cff4dd |
comparison
equal
deleted
inserted
replaced
112358:49f47421e4c1 | 112359:011b1eb5c384 |
---|---|
1 2011-01-18 Tom Tromey <tromey@redhat.com> | |
2 | |
3 * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro. | |
4 * buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS. | |
5 | |
1 2011-01-18 Paul Eggert <eggert@cs.ucla.edu> | 6 2011-01-18 Paul Eggert <eggert@cs.ucla.edu> |
2 | 7 |
3 * lisp.h (DECL_ALIGN): Define if HAVE_ATTRIBUTE_ALIGNED, not if | 8 * lisp.h (DECL_ALIGN): Define if HAVE_ATTRIBUTE_ALIGNED, not if |
4 defined __GNUC__. ../configure now checks for this GCC feature, | 9 defined __GNUC__. ../configure now checks for this GCC feature, |
5 which is now also supported by IBM and Oracle compilers. | 10 which is now also supported by IBM and Oracle compilers. |