diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-05-29 19:15:10 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-05-29 19:15:10 +0000 |
commit | 7dcf626950cc86baf03507ddc29cc2acfb333422 (patch) | |
tree | b8dd921256effe669f31fd5c0f48bc2c30ffef96 /lisp/emacs-lisp | |
parent | 13cd02ec46d3c8da577bb06c7350be269aaf04df (diff) | |
download | emacs-7dcf626950cc86baf03507ddc29cc2acfb333422.tar.gz emacs-7dcf626950cc86baf03507ddc29cc2acfb333422.tar.bz2 emacs-7dcf626950cc86baf03507ddc29cc2acfb333422.zip |
(custom-print-functions): Add autoload cookie.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 578473effd3..178bc04fa9d 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -107,6 +107,7 @@ (defvar cl-optimize-safety 1) +;;;###autoload (defvar custom-print-functions nil "This is a list of functions that format user objects for printing. Each function is called in turn with three arguments: the object, the |