diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-25 14:12:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-25 14:12:45 +0000 |
commit | 1265f1776f7b1ebda1109d808b5d679488817434 (patch) | |
tree | 21d0db2e2a16d082542879e0eef7b5c0eb7747a6 | |
parent | e3034a95bce31f347a8738452cb9fb7ae8aa4e33 (diff) | |
download | emacs-1265f1776f7b1ebda1109d808b5d679488817434.tar.gz |
(custom-face-attributes): Add autoload.
-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 33c8c995a4c..054ad9acaa3 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -59,6 +59,7 @@ ;;; Face attributes. +;;;###autoload (defconst custom-face-attributes '((:family (string :tag "Font Family" |