Comment 5 for bug 72867

Revision history for this message
Myster (kevin-weber) wrote :

semantic-idle.el.rej:

***************
*** 286,297 ****
    (when (zerop (recursion-depth))
      (unwind-protect
          (semantic-safe "idle error: %S"
- ;; Disable the auto parse timer while re-parsing
- (semantic-idle-scheduler-kill-timer)
            ;; Handle re-parsing and other scheduled services
            (save-match-data (semantic-idle-core-handler)))
- ;; Enable again the auto parse timer
- (semantic-idle-scheduler-setup-timer))))

  ;;; REPARSING
  ;;
--- 286,294 ----
    (when (zerop (recursion-depth))
      (unwind-protect
          (semantic-safe "idle error: %S"
            ;; Handle re-parsing and other scheduled services
            (save-match-data (semantic-idle-core-handler)))
+ )))

  ;;; REPARSING
  ;;

It's the rejects but I don't understand.