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 | |
| parent | 811e9bacd8e24097bc65f1dfa79a5f6ac51071d9 (diff) | |
| download | emacs-7b83e2f1ffb02ad6965a47e249b35189f15b56cf.tar.gz emacs-7b83e2f1ffb02ad6965a47e249b35189f15b56cf.zip | |
* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/xselect.c | 1 |
2 files changed, 1 insertions, 1 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. |
diff --git a/src/xselect.c b/src/xselect.c index 9fedb7126e1..27517f8252d 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -97,7 +97,6 @@ static Lisp_Object clean_local_selection_data (Lisp_Object); | |||
| 97 | #define TRACE0(fmt) (void) 0 | 97 | #define TRACE0(fmt) (void) 0 |
| 98 | #define TRACE1(fmt, a0) (void) 0 | 98 | #define TRACE1(fmt, a0) (void) 0 |
| 99 | #define TRACE2(fmt, a0, a1) (void) 0 | 99 | #define TRACE2(fmt, a0, a1) (void) 0 |
| 100 | #define TRACE3(fmt, a0, a1) (void) 0 | ||
| 101 | #endif | 100 | #endif |
| 102 | 101 | ||
| 103 | 102 | ||