diff options
| author | Karl Heuer | 1999-05-29 19:15:10 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-05-29 19:15:10 +0000 |
| commit | 7dcf626950cc86baf03507ddc29cc2acfb333422 (patch) | |
| tree | b8dd921256effe669f31fd5c0f48bc2c30ffef96 | |
| parent | 13cd02ec46d3c8da577bb06c7350be269aaf04df (diff) | |
| download | emacs-7dcf626950cc86baf03507ddc29cc2acfb333422.tar.gz emacs-7dcf626950cc86baf03507ddc29cc2acfb333422.zip | |
(custom-print-functions): Add autoload cookie.
| -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 @@ | |||
| 107 | (defvar cl-optimize-safety 1) | 107 | (defvar cl-optimize-safety 1) |
| 108 | 108 | ||
| 109 | 109 | ||
| 110 | ;;;###autoload | ||
| 110 | (defvar custom-print-functions nil | 111 | (defvar custom-print-functions nil |
| 111 | "This is a list of functions that format user objects for printing. | 112 | "This is a list of functions that format user objects for printing. |
| 112 | Each function is called in turn with three arguments: the object, the | 113 | Each function is called in turn with three arguments: the object, the |