From: Carsten Dominik Date: Wed, 16 Nov 2005 13:42:58 +0000 (+0000) Subject: (reftex-use-fonts): removed the check for X-Git-Tag: emacs-pretest-22.0.90~5851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3d6972f26d7a7e095e055ea34b4da6c6bbad754;p=emacs.git (reftex-use-fonts): removed the check for window-system, to allow fonts on tty. --- diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index 8d0aa4bf80d..386f19f1797 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -2262,7 +2262,7 @@ IGNORE-WORDS List of words which should be removed from the string." (defun reftex-use-fonts () ;; Return t if we can and want to use fonts. - (and window-system + (and ; window-system reftex-use-fonts (featurep 'font-lock)))