aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-27 19:55:38 +0000
committerGerd Moellmann2000-03-27 19:55:38 +0000
commit11fd416e9fae8fe2877a58e9770da7738065f61e (patch)
tree0542b2deefd65a447a106c7341e5c8a7117863ca /src/ChangeLog
parent182ff2422523ba57c925b772c9c564c06a07b3fc (diff)
downloademacs-11fd416e9fae8fe2877a58e9770da7738065f61e.tar.gz
emacs-11fd416e9fae8fe2877a58e9770da7738065f61e.zip
Use new macro names for handling per-buffer variables.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0ba06ba5dd3..a134ef1afd8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -27,7 +27,7 @@
27 27
28 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes. 28 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
29 29
30 * xfaces.c (register_color, unregister_colors, unregister_colors) 30 * xfaces.c (register_color, unregister_color, unregister_colors)
31 [DEBUG_X_COLORS]: New functions. 31 [DEBUG_X_COLORS]: New functions.
32 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors. 32 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
33 33
@@ -47,8 +47,8 @@
47 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL. 47 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
48 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE. 48 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
49 49
50 * category.c, data.c, syntax.c, print.c: Use new macro names 50 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
51 for handling per-buffer variables. 51 names for handling per-buffer variables.
52 52
53 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS 53 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
54 instead of MAX_BUFFER_LOCAL_VARS. 54 instead of MAX_BUFFER_LOCAL_VARS.