diff options
| author | Stefan Monnier | 2015-02-09 09:36:26 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2015-02-09 09:36:26 -0500 |
| commit | 83e5a17c3492f6d0bc79457624e69a1655ccb238 (patch) | |
| tree | c20a727ab61eef252dfed8e9ac45c2d7468164c6 | |
| parent | ad4f6708116bc8bcbb034bddc0e460eecc23c08f (diff) | |
| download | emacs-83e5a17c3492f6d0bc79457624e69a1655ccb238.tar.gz emacs-83e5a17c3492f6d0bc79457624e69a1655ccb238.zip | |
* src/keyboard.c (syms_of_keyboard): Use non-nil default value.
| -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 381ae6b0989..93cd5f30f08 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-02-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (syms_of_keyboard): Use non-nil default value. | ||
| 4 | |||
| 1 | 2015-02-09 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2015-02-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Use C99's INFINITY and NAN macros | 7 | Use C99's INFINITY and NAN macros |
diff --git a/src/keyboard.c b/src/keyboard.c index ee621923c67..bcb51cfa1f2 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11707,7 +11707,7 @@ the previous echo area message. | |||
| 11707 | The input method function should refer to the variables | 11707 | The input method function should refer to the variables |
| 11708 | `input-method-use-echo-area' and `input-method-exit-on-first-char' | 11708 | `input-method-use-echo-area' and `input-method-exit-on-first-char' |
| 11709 | for guidance on what to do. */); | 11709 | for guidance on what to do. */); |
| 11710 | Vinput_method_function = Qnil; | 11710 | Vinput_method_function = Qlist; |
| 11711 | 11711 | ||
| 11712 | DEFVAR_LISP ("input-method-previous-message", | 11712 | DEFVAR_LISP ("input-method-previous-message", |
| 11713 | Vinput_method_previous_message, | 11713 | Vinput_method_previous_message, |