comparison src/process.c @ 83532:b19aaf4ab0ee

Merged from emacs@sv.gnu.org. Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-331 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-332 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-333 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-334 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-335 Add note about "link" button-class to etc/TODO * emacs@sv.gnu.org/emacs--devo--0--patch-336 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-337 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-338 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-339 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-340 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-341 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-342 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-343 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-344 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-345 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-346 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-347 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-348 Update for ERC 5.1.3. * emacs@sv.gnu.org/emacs--devo--0--patch-349 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-350 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/gnus--rel--5.10--patch-111 Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. * emacs@sv.gnu.org/gnus--rel--5.10--patch-112 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-113 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-114 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-572
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 14 Jul 2006 05:56:32 +0000
parents 46b1096093f5 f3f2486cf6bc
children 694bbb62a75d
comparison
equal deleted inserted replaced
83531:a387c138b28e 83532:b19aaf4ab0ee
5163 if (! EQ (Fcurrent_buffer (), obuffer) 5163 if (! EQ (Fcurrent_buffer (), obuffer)
5164 || ! EQ (current_buffer->keymap, okeymap)) 5164 || ! EQ (current_buffer->keymap, okeymap))
5165 #endif 5165 #endif
5166 /* But do it only if the caller is actually going to read events. 5166 /* But do it only if the caller is actually going to read events.
5167 Otherwise there's no need to make him wake up, and it could 5167 Otherwise there's no need to make him wake up, and it could
5168 cause trouble (for example it would make Fsit_for return). */ 5168 cause trouble (for example it would make sit_for return). */
5169 if (waiting_for_user_input_p == -1) 5169 if (waiting_for_user_input_p == -1)
5170 record_asynch_buffer_change (); 5170 record_asynch_buffer_change ();
5171 5171
5172 #ifdef VMS 5172 #ifdef VMS
5173 start_vms_process_read (vs); 5173 start_vms_process_read (vs);
6610 if (! EQ (Fcurrent_buffer (), obuffer) 6610 if (! EQ (Fcurrent_buffer (), obuffer)
6611 || ! EQ (current_buffer->keymap, okeymap)) 6611 || ! EQ (current_buffer->keymap, okeymap))
6612 #endif 6612 #endif
6613 /* But do it only if the caller is actually going to read events. 6613 /* But do it only if the caller is actually going to read events.
6614 Otherwise there's no need to make him wake up, and it could 6614 Otherwise there's no need to make him wake up, and it could
6615 cause trouble (for example it would make Fsit_for return). */ 6615 cause trouble (for example it would make sit_for return). */
6616 if (waiting_for_user_input_p == -1) 6616 if (waiting_for_user_input_p == -1)
6617 record_asynch_buffer_change (); 6617 record_asynch_buffer_change ();
6618 6618
6619 unbind_to (count, Qnil); 6619 unbind_to (count, Qnil);
6620 } 6620 }