From 7677344385da2f4c354e2cd8385dd868482efc77 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 10 Apr 1997 07:23:30 +0000 Subject: [PATCH] (custom-initialize-frame): Add autoload cookie. --- lisp/cus-face.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/cus-face.el b/lisp/cus-face.el index ae8e60b499f..2dbdf2aa1ce 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -534,6 +534,7 @@ If FRAME is nil or omitted, initialize them for all frames." (initialize-face-resources symbol frame)))) (face-list))) +;;;###autoload (defun custom-initialize-frame (&optional frame) "Initialize local faces for FRAME if necessary. If FRAME is missing or nil, the first member of (frame-list) is used." -- 2.39.5