Function: named-database-print-serial

named-database-print-serial is an interactive and byte-compiled function defined in generic-x.el.gz.

Signature

(named-database-print-serial)

Documentation

Print a serial number based on the current date.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/generic-x.el.gz
(defun named-database-print-serial ()
  "Print a serial number based on the current date."
  (interactive)
  (insert (format-time-string named-database-time-string)))