diff options
author | Chong Yidong <cyd@gnu.org> | 2012-08-16 14:57:48 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-08-16 14:57:48 +0800 |
commit | a2d1936838348d0a29e4a64f545180276f30cb99 (patch) | |
tree | 255711fef7b06fc76b5fad6101b5880cb9a86ca6 /src/xftfont.c | |
parent | 179dad8ed18677af1251493751e3c9de4c80ee43 (diff) | |
download | emacs-a2d1936838348d0a29e4a64f545180276f30cb99.tar.gz |
* gtkutil.c (xg_get_font): Demand an Xft font.
Fixes: debbugs:3228
Diffstat (limited to 'src/xftfont.c')
-rw-r--r-- | src/xftfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xftfont.c b/src/xftfont.c index 34c6a8fa0b4..5e60ab0c4d3 100644 --- a/src/xftfont.c +++ b/src/xftfont.c @@ -39,7 +39,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Xft font driver. */ -static Lisp_Object Qxft; +Lisp_Object Qxft; static Lisp_Object QChinting, QCautohint, QChintstyle, QCrgba, QCembolden, QClcdfilter; |