1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(reftex-use-fonts): removed the check for

window-system, to allow fonts on tty.
This commit is contained in:
Carsten Dominik 2005-11-16 13:42:58 +00:00
parent c194b021cc
commit a3d6972f26

View 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)))