]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-use-fonts): removed the check for
authorCarsten Dominik <dominik@science.uva.nl>
Wed, 16 Nov 2005 13:42:58 +0000 (13:42 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Wed, 16 Nov 2005 13:42:58 +0000 (13:42 +0000)
window-system, to allow fonts on tty.

lisp/textmodes/reftex.el

index 8d0aa4bf80db1da67e62c77712e348b8fc4d6c50..386f19f1797f9ea6f18f869178430998ac030775 100644 (file)
@@ -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)))