Function: tpu-update-mode-line
tpu-update-mode-line is a byte-compiled function defined in
tpu-edt.el.gz.
Signature
(tpu-update-mode-line)
Documentation
Make sure mode-line in the current buffer reflects all changes.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-update-mode-line nil
"Make sure mode-line in the current buffer reflects all changes."
(setq tpu-mark-flag (if transient-mark-mode "" (if (tpu-mark) " @" " ")))
(force-mode-line-update))