aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-04-29 16:23:12 +0200
committerJuanma Barranquero2010-04-29 16:23:12 +0200
commitf9dddf52913e213f85dac43fecad6620462f408d (patch)
tree984bf4d9653f80bb9e6c67b94d76d8669fa4305e /src
parent7d353d11ce54503fb996af93b5c61d7e1f4a5606 (diff)
downloademacs-f9dddf52913e213f85dac43fecad6620462f408d.tar.gz
emacs-f9dddf52913e213f85dac43fecad6620462f408d.zip
Add bug reference.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3eca5c4fda1..0f15ed95e0a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
12010-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 12010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 Fix wrong-docstring problem introduced with hash-consing. 3 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
4 * eval.c (Fautoload): Set doc to a unique number rather than to 0. 4 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
5 Remove unused var `args'. 5 Remove unused var `args'.
6 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove. 6 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
@@ -258,7 +258,7 @@
258 (Ftool_bar_get_system_style): New function. 258 (Ftool_bar_get_system_style): New function.
259 (syms_of_xsettings): Define Qmonospace_font_name and 259 (syms_of_xsettings): Define Qmonospace_font_name and
260 Qtool_bar_style. Initialize current_tool_bar_style to nil. 260 Qtool_bar_style. Initialize current_tool_bar_style to nil.
261 defsubr Stool_bar_get_system_style. Fprovide on 261 defsubr Stool_bar_get_system_style. Fprovide on
262 dynamic-setting. 262 dynamic-setting.
263 Move misplaced HAVE_GCONF 263 Move misplaced HAVE_GCONF
264 264