diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/keyboard.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ef58ba87bcf..5ac188b2cdc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-03-08 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (syms_of_keyboard): Doc fix. | ||
| 4 | |||
| 1 | 2007-03-08 Chong Yidong <cyd@stupidchicken.com> | 5 | 2007-03-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * minibuf.c (Ftry_completion): Don't short circuit if | 7 | * minibuf.c (Ftry_completion): Don't short circuit if |
diff --git a/src/keyboard.c b/src/keyboard.c index a238c838e66..bf7948868ae 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11397,7 +11397,7 @@ An element of the form (t . EVENT) forces EVENT to be added to that list. */); | |||
| 11397 | DEFVAR_LISP ("unread-post-input-method-events", &Vunread_post_input_method_events, | 11397 | DEFVAR_LISP ("unread-post-input-method-events", &Vunread_post_input_method_events, |
| 11398 | doc: /* List of events to be processed as input by input methods. | 11398 | doc: /* List of events to be processed as input by input methods. |
| 11399 | These events are processed before `unread-command-events' | 11399 | These events are processed before `unread-command-events' |
| 11400 | and actual keyboard input without given to `input-method-function'. */); | 11400 | and actual keyboard input, but are not given to `input-method-function'. */); |
| 11401 | Vunread_post_input_method_events = Qnil; | 11401 | Vunread_post_input_method_events = Qnil; |
| 11402 | 11402 | ||
| 11403 | DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events, | 11403 | DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events, |