changeset 9350:85b9cce28fd3

Delete the error when no window system.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Oct 1994 02:45:40 +0000
parents 444f99f9695e
children e3303c64b684
files lisp/font-lock.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.")