diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-04-10 07:23:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-04-10 07:23:30 +0000 |
commit | 184e00594678f98c60191b4cd31d9be43e55574c (patch) | |
tree | d23a5c71cc8d879eb3286f9d00d683263428367e /lisp/cus-face.el | |
parent | 7498bb073d61ec714c566c4dedcbc48c4eb29ecf (diff) | |
download | emacs-184e00594678f98c60191b4cd31d9be43e55574c.tar.gz |
(custom-initialize-frame): Add autoload cookie.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r-- | lisp/cus-face.el | 1 |
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." |