Variable: idlwave-timestamp-hook

idlwave-timestamp-hook is a customizable variable defined in idlwave.el.gz.

Value

idlwave-default-insert-timestamp

Documentation

The hook function used to update the timestamp of a function.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-timestamp-hook 'idlwave-default-insert-timestamp
  "The hook function used to update the timestamp of a function."
  :group 'idlwave-documentation
  :type 'function)