# HG changeset patch # User Richard M. Stallman # Date 781411540 0 # Node ID 85b9cce28fd39e6f55002d891af3af2ed001fc13 # Parent 444f99f9695e8e47417009ae4336add9ace812a3 Delete the error when no window system. diff -r 444f99f9695e -r 85b9cce28fd3 lisp/font-lock.el --- a/lisp/font-lock.el Thu Oct 06 02:07:55 1994 +0000 +++ b/lisp/font-lock.el Thu Oct 06 02:45:40 1994 +0000 @@ -54,9 +54,6 @@ ;;; Code: -(or window-system - (error "Can't fontify on an ASCII terminal")) - (defvar font-lock-comment-face 'italic "Face to use for comments.")