Function: tpu-write-current-buffers
tpu-write-current-buffers is an interactive and byte-compiled function
defined in tpu-edt.el.gz.
Signature
(tpu-write-current-buffers)
Documentation
Save all modified buffers without exiting.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-write-current-buffers nil
"Save all modified buffers without exiting."
(interactive)
(save-some-buffers t))