comparison src/nsterm.m @ 101751:716aa53f3609

formatting in ChangeLog, wording change to comment in nsterm.m
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Mon, 02 Feb 2009 12:33:07 +0000
parents 6e5d03f673c7
children 2dad5b4d31d5
comparison
equal deleted inserted replaced
101750:b4d8992eb9b7 101751:716aa53f3609
3149 #endif 3149 #endif
3150 BLOCK_INPUT; 3150 BLOCK_INPUT;
3151 3151
3152 #ifdef COCOA_EXPERIMENTAL_CTRL_G 3152 #ifdef COCOA_EXPERIMENTAL_CTRL_G
3153 /* causes Feval to abort; should probably set this in calling code when 3153 /* causes Feval to abort; should probably set this in calling code when
3154 it IS actually called from signal handler (which is only the case 3154 it IS actually called from signal handler, in which case we need to
3155 under NS if SYNC_INPUT is off) */ 3155 defer ns_update_menubar() calls */
3156 ++handling_signal; 3156 ++handling_signal;
3157 #endif 3157 #endif
3158 3158
3159 n_emacs_events_pending = 0; 3159 n_emacs_events_pending = 0;
3160 EVENT_INIT (ev); 3160 EVENT_INIT (ev);