aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/keyboard.c2
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 @@
12015-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keyboard.c (syms_of_keyboard): Use non-nil default value.
4
12015-02-09 Paul Eggert <eggert@cs.ucla.edu> 52015-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.
11707The input method function should refer to the variables 11707The 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'
11709for guidance on what to do. */); 11709for 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,