]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete the error when no window system.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Oct 1994 02:45:40 +0000 (02:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Oct 1994 02:45:40 +0000 (02:45 +0000)
lisp/font-lock.el

index d381c37cf35c0250217ba1d5dded6ade233dbdff..79d29eaa8882b67fbfb95b4de68de16467893f7e 100644 (file)
@@ -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.")