aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-10 07:23:30 +0000
committerRichard M. Stallman1997-04-10 07:23:30 +0000
commit7677344385da2f4c354e2cd8385dd868482efc77 (patch)
treeb59847624d625a8d0fc0ad10bf343827cea2df5c
parentb5d48854deae08700a84578e2797157e74130091 (diff)
downloademacs-7677344385da2f4c354e2cd8385dd868482efc77.tar.gz
emacs-7677344385da2f4c354e2cd8385dd868482efc77.zip
(custom-initialize-frame): Add autoload cookie.
-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."
534 (initialize-face-resources symbol frame)))) 534 (initialize-face-resources symbol frame))))
535 (face-list))) 535 (face-list)))
536 536
537;;;###autoload
537(defun custom-initialize-frame (&optional frame) 538(defun custom-initialize-frame (&optional frame)
538 "Initialize local faces for FRAME if necessary. 539 "Initialize local faces for FRAME if necessary.
539If FRAME is missing or nil, the first member of (frame-list) is used." 540If FRAME is missing or nil, the first member of (frame-list) is used."