Mercurial > hg > xemacs-beta
comparison src/event-stream.c @ 733:b1f74adcc1ff
[xemacs-hg @ 2002-01-22 20:40:00 by janv]
Fix disabled-command-hook
author | janv |
---|---|
date | Tue, 22 Jan 2002 20:40:03 +0000 |
parents | a307f9a2021d |
children | 516c347c4479 |
comparison
equal
deleted
inserted
replaced
732:b9b8621c2439 | 733:b1f74adcc1ff |
---|---|
133 Qinput_method_exit_on_first_char and Qinput_method_use_echo_area. | 133 Qinput_method_exit_on_first_char and Qinput_method_use_echo_area. |
134 I don't know this should be imported or not. */ | 134 I don't know this should be imported or not. */ |
135 | 135 |
136 /* Non-nil disable property on a command means | 136 /* Non-nil disable property on a command means |
137 do not execute it; call disabled-command-hook's value instead. */ | 137 do not execute it; call disabled-command-hook's value instead. */ |
138 Lisp_Object Qdisabled, Vdisabled_command_hook; | 138 Lisp_Object Qdisabled; |
139 | 139 |
140 EXFUN (Fnext_command_event, 2); | 140 EXFUN (Fnext_command_event, 2); |
141 | 141 |
142 static void pre_command_hook (void); | 142 static void pre_command_hook (void); |
143 static void post_command_hook (void); | 143 static void post_command_hook (void); |