1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(custom-initialize-frame): Add autoload cookie.

This commit is contained in:
Richard M. Stallman 1997-04-10 07:23:30 +00:00
parent b5d48854de
commit 7677344385

View File

@ -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."