Mercurial > emacs
comparison src/macros.c @ 31829:43566b0aec59
Avoid some more compiler warnings.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 21 Sep 2000 20:54:57 +0000 |
parents | 66dfce1feb9c |
children | 385981407528 |
comparison
equal
deleted
inserted
replaced
31828:c6cdd9deac21 | 31829:43566b0aec59 |
---|---|
211 Scancel_kbd_macro_events, 0, 0, 0, | 211 Scancel_kbd_macro_events, 0, 0, 0, |
212 "Cancel the events added to a keyboard macro for this command.") | 212 "Cancel the events added to a keyboard macro for this command.") |
213 () | 213 () |
214 { | 214 { |
215 current_kboard->kbd_macro_ptr = current_kboard->kbd_macro_end; | 215 current_kboard->kbd_macro_ptr = current_kboard->kbd_macro_end; |
216 return Qnil; | |
216 } | 217 } |
217 | 218 |
218 DEFUN ("store-kbd-macro-event", Fstore_kbd_macro_event, | 219 DEFUN ("store-kbd-macro-event", Fstore_kbd_macro_event, |
219 Sstore_kbd_macro_event, 1, 1, 0, | 220 Sstore_kbd_macro_event, 1, 1, 0, |
220 "Store EVENT into the keyboard macro being defined.") | 221 "Store EVENT into the keyboard macro being defined.") |