Mercurial > emacs
changeset 17358:3fe0d505b101
(custom-initialize-frame): Add autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Apr 1997 07:23:30 +0000 |
parents | dd0216ff2358 |
children | 13ebd090612a |
files | lisp/cus-face.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-face.el Thu Apr 10 06:49:45 1997 +0000 +++ b/lisp/cus-face.el Thu Apr 10 07:23:30 1997 +0000 @@ -534,6 +534,7 @@ (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."