Function: type-break-force-mode-line-update
type-break-force-mode-line-update is a byte-compiled function defined
in type-break.el.gz.
Signature
(type-break-force-mode-line-update &optional ALL)
Documentation
Force the mode-line of the current buffer to be redisplayed.
With optional non-nil ALL, force redisplay of all mode-lines.
Source Code
;; Defined in /usr/src/emacs/lisp/type-break.el.gz
(defun type-break-force-mode-line-update (&optional all)
"Force the mode-line of the current buffer to be redisplayed.
With optional non-nil ALL, force redisplay of all mode-lines."
(and all (with-current-buffer (other-buffer)))
(set-buffer-modified-p (buffer-modified-p)))