diff options
| author | Stefan Monnier | 2013-11-24 13:28:33 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-24 13:28:33 -0500 |
| commit | 740bcff0c1de06859c8139dd8e23e82aa28401a0 (patch) | |
| tree | 66c858ec57977e7990229fee72af43a96d5bcbb1 /src/xterm.c | |
| parent | 450533b07a9adf8a1d19d3ce7142f946f04e76ac (diff) | |
| download | emacs-740bcff0c1de06859c8139dd8e23e82aa28401a0.tar.gz emacs-740bcff0c1de06859c8139dd8e23e82aa28401a0.zip | |
Export get_pos_property to Elisp.
* src/editfns.c (Fget_pos_property): Rename from get_pos_property.
(syms_of_editfns): Export it to Elisp.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 446b2cf1e45..8be25646577 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5774,7 +5774,7 @@ static void xembed_send_message (struct frame *f, Time, | |||
| 5774 | *FINISH is X_EVENT_DROP if event should not be passed to the toolkit. | 5774 | *FINISH is X_EVENT_DROP if event should not be passed to the toolkit. |
| 5775 | *EVENT is unchanged unless we're processing KeyPress event. | 5775 | *EVENT is unchanged unless we're processing KeyPress event. |
| 5776 | 5776 | ||
| 5777 | We return the number of characters stored into the buffer. */ | 5777 | We return the number of characters stored into the buffer. */ |
| 5778 | 5778 | ||
| 5779 | static int | 5779 | static int |
| 5780 | handle_one_xevent (struct x_display_info *dpyinfo, | 5780 | handle_one_xevent (struct x_display_info *dpyinfo, |