Mercurial > hg > xemacs-beta
changeset 5640:e6b5c49f9e13
Add autoload cookie to custom-set-face-bold
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Sun, 08 Jan 2012 22:29:06 -0500 |
parents | 1d1f385c9149 |
children | f4d74be74462 |
files | lisp/ChangeLog lisp/cus-face.el |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 08 20:41:37 2012 +0000 +++ b/lisp/ChangeLog Sun Jan 08 22:29:06 2012 -0500 @@ -1,3 +1,7 @@ + 2012-01-08 Vin Shelton <acs@xemacs.org> + + * cus-face.el: autoload custom-set-face-bold. + 2012-01-08 Aidan Kehoe <kehoea@parhasard.net> * x-init.el:
--- a/lisp/cus-face.el Sun Jan 08 20:41:37 2012 +0000 +++ b/lisp/cus-face.el Sun Jan 08 22:29:06 2012 -0500 @@ -215,6 +215,7 @@ (list (list t (face-custom-attributes-get symbol (selected-frame)))))) +;;;###autoload (defun custom-set-face-bold (face value &optional frame tags) "Set the bold property of FACE to VALUE." (if value