Mercurial > emacs
changeset 66926:cff341e743a2
(reftex-use-fonts): removed the check for
window-system, to allow fonts on tty.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Wed, 16 Nov 2005 13:42:58 +0000 |
parents | 979706786da3 |
children | ebc30afa6541 |
files | lisp/textmodes/reftex.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/reftex.el Wed Nov 16 13:42:38 2005 +0000 +++ b/lisp/textmodes/reftex.el Wed Nov 16 13:42:58 2005 +0000 @@ -2262,7 +2262,7 @@ (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)))