Mercurial > hg > xemacs-beta
diff lisp/faces.el @ 5292:e4305eb6fb8c
Merge some permissions corrections to trunk.
| author | Stephen J. Turnbull <stephen@xemacs.org> |
|---|---|
| date | Mon, 18 Oct 2010 23:21:23 +0900 |
| parents | d27c1ee1943b |
| children | 2a54dfbe434f b9167d522a9a |
line wrap: on
line diff
--- a/lisp/faces.el Mon Oct 18 23:03:27 2010 +0900 +++ b/lisp/faces.el Mon Oct 18 23:21:23 2010 +0900 @@ -49,9 +49,7 @@ ;; To elude the warnings for font functions. (Normally autoloaded when ;; font-create-object is called) -(eval-when-compile - (require 'font) - (load "cl-macs")) +(eval-when-compile (require 'font)) (defgroup faces nil "Support for multiple text attributes (fonts, colors, ...)
