comparison lisp/textmodes/=ispell4.el @ 7565:edf32f56ba70

(ispell-highlight): Do nothing unless window-system.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 May 1994 21:19:39 +0000
parents 3b974ab09824
children f152f2b276c5
comparison
equal deleted inserted replaced
7564:d5d803ffff27 7565:edf32f56ba70
636 (delete-overlay ispell-overlay) 636 (delete-overlay ispell-overlay)
637 (setq ispell-overlay nil)))) 637 (setq ispell-overlay nil))))
638 638
639 (defun ispell-highlight (start end) 639 (defun ispell-highlight (start end)
640 (and ispell-highlight 640 (and ispell-highlight
641 window-system
641 (progn 642 (progn
642 (or ispell-overlay 643 (or ispell-overlay
643 (progn 644 (progn
644 (setq ispell-overlay (make-overlay start end)) 645 (setq ispell-overlay (make-overlay start end))
645 (overlay-put ispell-overlay 'face 646 (overlay-put ispell-overlay 'face