diff options
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 |