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:
parent
c194b021cc
commit
a3d6972f26
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue