Mercurial > hg > xemacs-beta
comparison lisp/faces.el @ 5420:b9167d522a9a
Rebase with 21.5 trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 28 Oct 2010 23:53:24 +0200 |
parents | 308d34e9f07d d27c1ee1943b |
children | 0af042a0c116 |
comparison
equal
deleted
inserted
replaced
5419:eaf01113cd42 | 5420:b9167d522a9a |
---|---|
45 | 45 |
46 ;;; Code: | 46 ;;; Code: |
47 | 47 |
48 ;; To elude the warnings for font functions. (Normally autoloaded when | 48 ;; To elude the warnings for font functions. (Normally autoloaded when |
49 ;; font-create-object is called) | 49 ;; font-create-object is called) |
50 (eval-when-compile | 50 (eval-when-compile (require 'font)) |
51 (require 'font) | |
52 (load "cl-macs")) | |
53 | 51 |
54 (defgroup faces nil | 52 (defgroup faces nil |
55 "Support for multiple text attributes (fonts, colors, ...) | 53 "Support for multiple text attributes (fonts, colors, ...) |
56 Such a collection of attributes is called a \"face\"." | 54 Such a collection of attributes is called a \"face\"." |
57 :group 'emacs) | 55 :group 'emacs) |