Function: xwidget-webkit--update-progress-timer-function
xwidget-webkit--update-progress-timer-function is a byte-compiled
function defined in xwidget.el.gz.
Signature
(xwidget-webkit--update-progress-timer-function XWIDGET)
Documentation
Force an update of the header line of XWIDGET's buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defun xwidget-webkit--update-progress-timer-function (xwidget)
"Force an update of the header line of XWIDGET's buffer."
(with-current-buffer (xwidget-buffer xwidget)
(force-mode-line-update)))