Variable: autoload--non-timestamp
autoload--non-timestamp is a variable defined in autoload.el.gz.
Value
(0 0 0 0)
Documentation
Value to insert when autoload-timestamps is nil.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/autoload.el.gz
;; In some ways it would be nicer to use a value that is recognizably
;; not a time-value, eg t, but that can cause issues if an older Emacs
;; that does not expect non-time-values loads the file.
(defconst autoload--non-timestamp '(0 0 0 0)
"Value to insert when `autoload-timestamps' is nil.")