Function: system-taskbar-progress-reporter-install

system-taskbar-progress-reporter-install is a byte-compiled function defined in system-taskbar.el.gz.

Signature

(system-taskbar-progress-reporter-install)

Documentation

Install system taskbar progress reporter.

Source Code

;; Defined in /usr/src/emacs/lisp/system-taskbar.el.gz
(defun system-taskbar-progress-reporter-install ()
  "Install system taskbar progress reporter."
  (add-hook 'progress-reporter-update-functions
            #'system-taskbar--progress-reporter-update))