diff options
| author | Paul Eggert | 2011-03-09 17:31:57 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-09 17:31:57 -0800 |
| commit | 7b83e2f1ffb02ad6965a47e249b35189f15b56cf (patch) | |
| tree | 5c1c49b83369863393e3957538d2fda410cfc387 /src/ChangeLog | |
| parent | 811e9bacd8e24097bc65f1dfa79a5f6ac51071d9 (diff) | |
| download | emacs-7b83e2f1ffb02ad6965a47e249b35189f15b56cf.tar.gz emacs-7b83e2f1ffb02ad6965a47e249b35189f15b56cf.zip | |
* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5a84813fd80..b25fcc36799 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-03-10 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-10 Paul Eggert <eggert@cs.ucla.edu> |
| 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 | 5 | ||
| 5 | * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros, | 6 | * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros, |
| 6 | so that the caller can use some name other than gcpro1. | 7 | so that the caller can use some name other than gcpro1. |