Function: edt-display-the-time
edt-display-the-time is an interactive and byte-compiled function
defined in edt.el.gz.
Signature
(edt-display-the-time)
Documentation
Display the current time.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
;;;
;;; DISPLAY THE TIME
;;;
(defun edt-display-the-time ()
"Display the current time."
(interactive)
(message "%s" (current-time-string)))