Function: sql-progress-reporter-update

sql-progress-reporter-update is a byte-compiled function defined in sql.el.gz.

Signature

(sql-progress-reporter-update REPORTER &optional VALUE)

Documentation

Report progress of an operation in the echo area.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defun sql-progress-reporter-update (reporter &optional value)
  "Report progress of an operation in the echo area."
  (when reporter
    (progress-reporter-update reporter value)))