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 | 7677344385da2f4c354e2cd8385dd868482efc77 (patch) | |
tree | b59847624d625a8d0fc0ad10bf343827cea2df5c /lisp/cus-face.el | |
parent | b5d48854deae08700a84578e2797157e74130091 (diff) | |
download | emacs-7677344385da2f4c354e2cd8385dd868482efc77.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." |