diff options
| author | Ken Raeburn | 2000-08-08 14:43:28 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-08-08 14:43:28 +0000 |
| commit | e18dfbf4a7a2b3ec2f8148f03d3cd67a90bd9b7e (patch) | |
| tree | 1192eaaa137130b4fff8ec1b5e0d1ce247a1997b /src | |
| parent | 8a6d111eec7d25534d7d40d393f71f5265d8dd78 (diff) | |
| download | emacs-e18dfbf4a7a2b3ec2f8148f03d3cd67a90bd9b7e.tar.gz emacs-e18dfbf4a7a2b3ec2f8148f03d3cd67a90bd9b7e.zip | |
(syms_of_keyboard): Initialize last_point_position_buffer.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 6d30fbcc2aa..b470ca5435b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -10079,6 +10079,8 @@ syms_of_keyboard () | |||
| 10079 | Fset (Qinput_method_exit_on_first_char, Qnil); | 10079 | Fset (Qinput_method_exit_on_first_char, Qnil); |
| 10080 | Fset (Qinput_method_use_echo_area, Qnil); | 10080 | Fset (Qinput_method_use_echo_area, Qnil); |
| 10081 | 10081 | ||
| 10082 | last_point_position_buffer = Qnil; | ||
| 10083 | |||
| 10082 | { | 10084 | { |
| 10083 | struct event_head *p; | 10085 | struct event_head *p; |
| 10084 | 10086 | ||