Mercurial > hg > xemacs-beta
comparison src/select-gtk.c @ 5616:79e9934779c1
Use va_run_hooks_with_args() for x-sent-selection-hooks, lost-selection-hooks
src/ChangeLog addition:
2011-12-22 Aidan Kehoe <kehoea@parhasard.net>
* select-gtk.c (vars_of_select_gtk):
* select-x.c:
* select-x.c (x_handle_selection_request):
* select-x.c (syms_of_select_x):
* select-x.c (vars_of_select_x):
* select.c:
* select.c (handle_selection_clear):
* select.c (syms_of_select):
* select.c (vars_of_select):
Use va_run_hooks_with_args for x-sent-selection-hooks
and lost-selection-hooks, instead of rolling our own.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 22 Dec 2011 15:02:02 +0000 |
parents | 56144c8593a8 |
children |
comparison
equal
deleted
inserted
replaced
5615:5f4f92a31875 | 5616:79e9934779c1 |
---|---|
506 including being asked for a selection that we no longer own, or being asked | 506 including being asked for a selection that we no longer own, or being asked |
507 to convert into a type that we don't know about or that is inappropriate. | 507 to convert into a type that we don't know about or that is inappropriate. |
508 This hook doesn't let you change the behavior of emacs's selection replies, | 508 This hook doesn't let you change the behavior of emacs's selection replies, |
509 it merely informs you that they have happened. | 509 it merely informs you that they have happened. |
510 */ ); | 510 */ ); |
511 Vgtk_sent_selection_hooks = Qunbound; | 511 Vgtk_sent_selection_hooks = Qnil; |
512 } | 512 } |