summaryrefslogtreecommitdiff
path: root/lisp/cus-face.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-10 07:23:30 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-10 07:23:30 +0000
commit184e00594678f98c60191b4cd31d9be43e55574c (patch)
treed23a5c71cc8d879eb3286f9d00d683263428367e /lisp/cus-face.el
parent7498bb073d61ec714c566c4dedcbc48c4eb29ecf (diff)
downloademacs-184e00594678f98c60191b4cd31d9be43e55574c.tar.gz
(custom-initialize-frame): Add autoload cookie.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r--lisp/cus-face.el1
1 files changed, 1 insertions, 0 deletions
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."