aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-06 02:45:40 +0000
committerRichard M. Stallman1994-10-06 02:45:40 +0000
commit050516df656f7c112447bde5197e0862029dab88 (patch)
tree7ad285f1776db0f2507dff8e2e2a165c1c46b3dd
parent8525241862b7025c15c7de6eca4b4f511aa80c83 (diff)
downloademacs-050516df656f7c112447bde5197e0862029dab88.tar.gz
emacs-050516df656f7c112447bde5197e0862029dab88.zip
Delete the error when no window system.
-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 @@
54 54
55;;; Code: 55;;; Code:
56 56
57(or window-system
58 (error "Can't fontify on an ASCII terminal"))
59
60(defvar font-lock-comment-face 57(defvar font-lock-comment-face
61 'italic 58 'italic
62 "Face to use for comments.") 59 "Face to use for comments.")