From 7dcf626950cc86baf03507ddc29cc2acfb333422 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 29 May 1999 19:15:10 +0000 Subject: [PATCH] (custom-print-functions): Add autoload cookie. --- lisp/emacs-lisp/cl.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5