*** semantic-fw.el.~1.59.~ 2008-05-13 20:05:17.000000000 +0200 --- semantic-fw.el 2008-06-19 06:56:23.000000000 +0200 *************** *** 353,359 **** FROM is an indication of where this function is called from as a value to pass to `throw'. It is recommended to use the name of the function calling this one." ! `(when (and semantic-current-input-throw-symbol (input-pending-p)) (throw semantic-current-input-throw-symbol ,from))) (defun semantic-test-throw-on-input () --- 353,360 ---- FROM is an indication of where this function is called from as a value to pass to `throw'. It is recommended to use the name of the function calling this one." ! `(when (and semantic-current-input-throw-symbol ! (or (input-pending-p) (accept-process-output))) (throw semantic-current-input-throw-symbol ,from))) (defun semantic-test-throw-on-input ()