mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
This commit is contained in:
parent
811e9bacd8
commit
7b83e2f1ff
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2011-03-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xselect.c (x_disown_buffer_selections): Remove; not used.
|
||||
(TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
|
||||
|
||||
* lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
|
||||
so that the caller can use some name other than gcpro1.
|
||||
|
|
|
|||
|
|
@ -97,7 +97,6 @@ static Lisp_Object clean_local_selection_data (Lisp_Object);
|
|||
#define TRACE0(fmt) (void) 0
|
||||
#define TRACE1(fmt, a0) (void) 0
|
||||
#define TRACE2(fmt, a0, a1) (void) 0
|
||||
#define TRACE3(fmt, a0, a1) (void) 0
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue