X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/4beb2d71ea5cbd7f451b8958c3cd21b3cd4d6edc..ed8dad6b616204b4dd4e853801f41da6f4c3b0a7:/src/keyboard.c diff --git a/src/keyboard.c b/src/keyboard.c index edce75d774..95f2daf78a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1136,7 +1136,6 @@ pop_kboard () #ifdef MULTI_KBOARD struct device *d; struct kboard_stack *p = kboard_stack; - int ok = 0; current_kboard = NULL; for (d = device_list; d; d = d->next_device) { @@ -10739,6 +10738,7 @@ See also `current-input-mode'. */) init_sys_modes (tty); #endif } + return Qnil; } DEFUN ("set-input-meta-mode", Fset_input_meta_mode, Sset_input_meta_mode, 1, 2, 0,