Function: time-stamp--message
time-stamp--message is a byte-compiled function defined in
time-stamp.el.gz.
Signature
(time-stamp--message WARNING-STRING)
Documentation
Display WARNING-STRING for one second.
Source Code
;; Defined in /usr/src/emacs/lisp/time-stamp.el.gz
(defun time-stamp--message (warning-string)
"Display WARNING-STRING for one second."
(message "%s" warning-string)
(sit-for 1))