aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-09 17:36:58 -0800
committerPaul Eggert2011-03-09 17:36:58 -0800
commitaa0daa9f93d94c229512e8cb0f0dc7c48c2b3e41 (patch)
treeeb4526f61c8cd96aa2128c836bf09ed3ce06a3e9 /src/ChangeLog
parent7b83e2f1ffb02ad6965a47e249b35189f15b56cf (diff)
downloademacs-aa0daa9f93d94c229512e8cb0f0dc7c48c2b3e41.tar.gz
emacs-aa0daa9f93d94c229512e8cb0f0dc7c48c2b3e41.zip
* xselect.c (x_own_selection, Fx_disown_selection_internal): Rename locals
to avoid shadowing. (x_handle_dnd_message): Remove local to avoid shadowing.
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.