view lisp/mail/subdirs.el @ 97728:0c85f6d8e443

* widgetprv.h (struct): Change font member to the new font struct. * widget.c: Include character.h and font.h for XSETFONT. (setup_frame_gcs): Compute X font id from font struct, just once.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 26 Aug 2008 17:09:01 +0000
parents 184bb2071e3f
children
line wrap: on
line source

;; -*- no-byte-compile: t -*-
;; In load-path, after this directory should come
;; certain of its subdirectories.  Here we specify them.
(normal-top-level-add-to-load-path '("mbox-trunk-annotations" "mbox-changes" ))
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; End: