summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-06 02:45:40 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-06 02:45:40 +0000
commitd8e7251afe0b53e4adbe6e46d3741f1410e1dd92 (patch)
treead08a75802bb58cf963a532459ea1f2e10136236 /lisp/font-lock.el
parentef80614877e9a73bd13553065e956de6eb6c0a77 (diff)
downloademacs-d8e7251afe0b53e4adbe6e46d3741f1410e1dd92.tar.gz
Delete the error when no window system.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index d381c37cf35..79d29eaa888 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -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.")