# HG changeset patch # User Vin Shelton # Date 1326079746 18000 # Node ID e6b5c49f9e13f0d7e7a7659daf8c4157e8c72580 # Parent 1d1f385c9149cdf5cf013c286c8c073ee2c890b5 Add autoload cookie to custom-set-face-bold diff -r 1d1f385c9149 -r e6b5c49f9e13 lisp/ChangeLog --- 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 + + * cus-face.el: autoload custom-set-face-bold. + 2012-01-08 Aidan Kehoe * x-init.el: diff -r 1d1f385c9149 -r e6b5c49f9e13 lisp/cus-face.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