diff options
| author | Dan Nicolaescu | 2010-07-29 21:42:38 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-29 21:42:38 -0700 |
| commit | 2c09a58f7e64af426e8484d510dc781e6da3e09d (patch) | |
| tree | 087a41eec39a6c1f9d5ceac0a88eeec95de26054 /src/ChangeLog | |
| parent | 6f1c4158bee6cd97c2f88b08232bea0304dc4260 (diff) | |
| download | emacs-2c09a58f7e64af426e8484d510dc781e6da3e09d.tar.gz emacs-2c09a58f7e64af426e8484d510dc781e6da3e09d.zip | |
* src/buffer.c (Qwindow): Do not define, already defined in data.c.
(syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e4910b32d66..e2832c49bde 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * buffer.c (Qwindow): Do not define, already defined in data.c. | ||
| 4 | (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760) | ||
| 5 | |||
| 1 | 2010-07-29 Chad Brown <yandros@mit.edu> | 6 | 2010-07-29 Chad Brown <yandros@mit.edu> |
| 2 | 7 | ||
| 3 | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf. | 8 | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf. |