diff options
author | Kenichi Handa <handa@m17n.org> | 2008-05-12 23:51:28 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-05-12 23:51:28 +0000 |
commit | 9bb7c0068c5e1c4cc4d8f25ad6ead6f1747d2c33 (patch) | |
tree | e72b068809e08507354f6e461bde5b9935348f2a /src/fontset.c | |
parent | 6010cb23234606e56f28387280b79dedb6a41110 (diff) | |
download | emacs-old-branches/font-backend.tar.gz |
*** empty log message ***old-branches/font-backend
Diffstat (limited to 'src/fontset.c')
-rw-r--r-- | src/fontset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fontset.c b/src/fontset.c index 3625028a7da..80d4ea7780b 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -26,7 +26,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#define FONTSET_DEBUG +/* #define FONTSET_DEBUG */ #include <config.h> @@ -626,7 +626,7 @@ fontset_find_font (fontset, c, face, id, fallback) #if 0 /* The following code makes Emacs to find a font for C by fairly - exhausitive search. But, that takes long time expecially for + exhausitive search. But, that takes long time especially for X font backend. */ /* Try to find the different font maching with the current spec |