comparison lisp/faces.el @ 3094:ad2f4ae9895b

[xemacs-hg @ 2005-11-26 11:45:47 by stephent] Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 26 Nov 2005 11:46:25 +0000
parents 7efd3a9bbcfb
children 316fddbf58e2
comparison
equal deleted inserted replaced
3093:769dc945b085 3094:ad2f4ae9895b
47 ;;; Code: 47 ;;; Code:
48 48
49 ;; To elude the warnings for font functions. (Normally autoloaded when 49 ;; To elude the warnings for font functions. (Normally autoloaded when
50 ;; font-create-object is called) 50 ;; font-create-object is called)
51 (eval-when-compile 51 (eval-when-compile
52 (require 'font)) 52 (require 'font)
53 (load "cl-macs"))
53 54
54 (defgroup faces nil 55 (defgroup faces nil
55 "Support for multiple text attributes (fonts, colors, ...) 56 "Support for multiple text attributes (fonts, colors, ...)
56 Such a collection of attributes is called a \"face\"." 57 Such a collection of attributes is called a \"face\"."
57 :group 'emacs) 58 :group 'emacs)