diff options
| author | Jan D | 2010-07-02 14:19:53 +0200 |
|---|---|---|
| committer | Jan D | 2010-07-02 14:19:53 +0200 |
| commit | f57e2426f0e8a6b251be71b6f62237fd286998ea (patch) | |
| tree | a8db36e415ea69b4196881b44122454317510f46 /src/xselect.c | |
| parent | 383e09700c9b3d175c506301d363be4597827db7 (diff) | |
| download | emacs-f57e2426f0e8a6b251be71b6f62237fd286998ea.tar.gz emacs-f57e2426f0e8a6b251be71b6f62237fd286998ea.zip | |
Remove __P and P_ from .c and .m files and definition of P_
* lisp.h:
* atimer.h: Remove define for P_.
* alloc.c: Remove __P and P_ from .c and .m files.
* atimer.c:
* buffer.c:
* callint.c:
* category.c:
* charset.c:
* chartab.c:
* cm.c:
* coding.c:
* composite.c:
* data.c:
* dired.c:
* dispnew.c:
* doc.c:
* editfns.c:
* emacs.c:
* eval.c:
* fileio.c:
* filelock.c:
* fns.c:
* font.c:
* fontset.c:
* frame.c:
* ftfont.c:
* ftxfont.c:
* gmalloc.c:
* gtkutil.c:
* image.c:
* indent.c:
* intervals.c:
* keyboard.c:
* keymap.c:
* lread.c:
* marker.c:
* menu.c:
* minibuf.c:
* print.c:
* process.c:
* scroll.c:
* search.c:
* sound.c:
* strftime.c:
* syntax.c:
* sysdep.c:
* term.c:
* terminal.c:
* textprop.c:
* unexalpha.c:
* w32console.c:
* w32fns.c:
* w32font.c:
* w32menu.c:
* w32term.c:
* w32uniscribe.c:
* window.c:
* xdisp.c:
* xfaces.c:
* xfns.c:
* xfont.c:
* xftfont.c:
* xmenu.c:
* xselect.c:
* xterm.c: Likewise.
* ebrowse.c: Remove P_ and __P.
* etags.c:
* movemail.c:
* pop.c:
* update-game-score.c: Likewise.
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/src/xselect.c b/src/xselect.c index e2027736855..459e5335123 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -45,44 +45,44 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 45 | 45 | ||
| 46 | struct prop_location; | 46 | struct prop_location; |
| 47 | 47 | ||
| 48 | static Lisp_Object x_atom_to_symbol P_ ((Display *dpy, Atom atom)); | 48 | static Lisp_Object x_atom_to_symbol (Display *dpy, Atom atom); |
| 49 | static Atom symbol_to_x_atom P_ ((struct x_display_info *, Display *, | 49 | static Atom symbol_to_x_atom (struct x_display_info *, Display *, |
| 50 | Lisp_Object)); | 50 | Lisp_Object); |
| 51 | static void x_own_selection P_ ((Lisp_Object, Lisp_Object)); | 51 | static void x_own_selection (Lisp_Object, Lisp_Object); |
| 52 | static Lisp_Object x_get_local_selection P_ ((Lisp_Object, Lisp_Object, int)); | 52 | static Lisp_Object x_get_local_selection (Lisp_Object, Lisp_Object, int); |
| 53 | static void x_decline_selection_request P_ ((struct input_event *)); | 53 | static void x_decline_selection_request (struct input_event *); |
| 54 | static Lisp_Object x_selection_request_lisp_error P_ ((Lisp_Object)); | 54 | static Lisp_Object x_selection_request_lisp_error (Lisp_Object); |
| 55 | static Lisp_Object queue_selection_requests_unwind P_ ((Lisp_Object)); | 55 | static Lisp_Object queue_selection_requests_unwind (Lisp_Object); |
| 56 | static Lisp_Object some_frame_on_display P_ ((struct x_display_info *)); | 56 | static Lisp_Object some_frame_on_display (struct x_display_info *); |
| 57 | static Lisp_Object x_catch_errors_unwind P_ ((Lisp_Object)); | 57 | static Lisp_Object x_catch_errors_unwind (Lisp_Object); |
| 58 | static void x_reply_selection_request P_ ((struct input_event *, int, | 58 | static void x_reply_selection_request (struct input_event *, int, |
| 59 | unsigned char *, int, Atom)); | 59 | unsigned char *, int, Atom); |
| 60 | static int waiting_for_other_props_on_window P_ ((Display *, Window)); | 60 | static int waiting_for_other_props_on_window (Display *, Window); |
| 61 | static struct prop_location *expect_property_change P_ ((Display *, Window, | 61 | static struct prop_location *expect_property_change (Display *, Window, |
| 62 | Atom, int)); | 62 | Atom, int); |
| 63 | static void unexpect_property_change P_ ((struct prop_location *)); | 63 | static void unexpect_property_change (struct prop_location *); |
| 64 | static Lisp_Object wait_for_property_change_unwind P_ ((Lisp_Object)); | 64 | static Lisp_Object wait_for_property_change_unwind (Lisp_Object); |
| 65 | static void wait_for_property_change P_ ((struct prop_location *)); | 65 | static void wait_for_property_change (struct prop_location *); |
| 66 | static Lisp_Object x_get_foreign_selection P_ ((Lisp_Object, | 66 | static Lisp_Object x_get_foreign_selection (Lisp_Object, |
| 67 | Lisp_Object, | 67 | Lisp_Object, |
| 68 | Lisp_Object)); | 68 | Lisp_Object); |
| 69 | static void x_get_window_property P_ ((Display *, Window, Atom, | 69 | static void x_get_window_property (Display *, Window, Atom, |
| 70 | unsigned char **, int *, | 70 | unsigned char **, int *, |
| 71 | Atom *, int *, unsigned long *, int)); | 71 | Atom *, int *, unsigned long *, int); |
| 72 | static void receive_incremental_selection P_ ((Display *, Window, Atom, | 72 | static void receive_incremental_selection (Display *, Window, Atom, |
| 73 | Lisp_Object, unsigned, | 73 | Lisp_Object, unsigned, |
| 74 | unsigned char **, int *, | 74 | unsigned char **, int *, |
| 75 | Atom *, int *, unsigned long *)); | 75 | Atom *, int *, unsigned long *); |
| 76 | static Lisp_Object x_get_window_property_as_lisp_data P_ ((Display *, | 76 | static Lisp_Object x_get_window_property_as_lisp_data (Display *, |
| 77 | Window, Atom, | 77 | Window, Atom, |
| 78 | Lisp_Object, Atom)); | 78 | Lisp_Object, Atom); |
| 79 | static Lisp_Object selection_data_to_lisp_data P_ ((Display *, unsigned char *, | 79 | static Lisp_Object selection_data_to_lisp_data (Display *, unsigned char *, |
| 80 | int, Atom, int)); | 80 | int, Atom, int); |
| 81 | static void lisp_data_to_selection_data P_ ((Display *, Lisp_Object, | 81 | static void lisp_data_to_selection_data (Display *, Lisp_Object, |
| 82 | unsigned char **, Atom *, | 82 | unsigned char **, Atom *, |
| 83 | unsigned *, int *, int *)); | 83 | unsigned *, int *, int *); |
| 84 | static Lisp_Object clean_local_selection_data P_ ((Lisp_Object)); | 84 | static Lisp_Object clean_local_selection_data (Lisp_Object); |
| 85 | static void initialize_cut_buffers P_ ((Display *, Window)); | 85 | static void initialize_cut_buffers (Display *, Window); |
| 86 | 86 | ||
| 87 | 87 | ||
| 88 | /* Printing traces to stderr. */ | 88 | /* Printing traces to stderr. */ |