aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b25fcc36799..40c502a7970 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * xselect.c (x_disown_buffer_selections): Remove; not used. 3 * xselect.c (x_disown_buffer_selections): Remove; not used.
4 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used. 4 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
5 (x_own_selection, Fx_disown_selection_internal): Rename locals
6 to avoid shadowing.
7 (x_handle_dnd_message): Remove local to avoid shadowing.
5 8
6 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros, 9 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
7 so that the caller can use some name other than gcpro1. 10 so that the caller can use some name other than gcpro1.