diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/w16select.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9233ab15333..7d07c91ca07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * w16select.c (Fw16_get_clipboard_data): Fix last change. | ||
| 4 | |||
| 5 | * xselect.c (selection_data_to_lisp_data): Fix last change. | ||
| 6 | |||
| 1 | 2002-02-22 Jason Rumney <jasonr@gnu.org> | 7 | 2002-02-22 Jason Rumney <jasonr@gnu.org> |
| 2 | 8 | ||
| 3 | * w32term.h (struct w32_output): New member menu_command_in_progress. | 9 | * w32term.h (struct w32_output): New member menu_command_in_progress. |
diff --git a/src/w16select.c b/src/w16select.c index 4f8a8951567..e1009fddfae 100644 --- a/src/w16select.c +++ b/src/w16select.c | |||
| @@ -669,7 +669,7 @@ DEFUN ("w16-get-clipboard-data", Fw16_get_clipboard_data, Sw16_get_clipboard_dat | |||
| 669 | xfree (buf); | 669 | xfree (buf); |
| 670 | if (SYMBOLP (coding.post_read_conversion) | 670 | if (SYMBOLP (coding.post_read_conversion) |
| 671 | && !NILP (Ffboundp (coding.post_read_conversion))) | 671 | && !NILP (Ffboundp (coding.post_read_conversion))) |
| 672 | ret = run_pre_post_conversion_on_str (ret, coding, 0); | 672 | ret = run_pre_post_conversion_on_str (ret, &coding, 0); |
| 673 | Vlast_coding_system_used = coding.symbol; | 673 | Vlast_coding_system_used = coding.symbol; |
| 674 | } | 674 | } |
| 675 | else | 675 | else |