aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")