aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-07 17:38:03 +0000
committerRichard M. Stallman1994-10-07 17:38:03 +0000
commit7fd741024b6d5cdc921ba1f16e0e00f679d74e32 (patch)
treef2d6a0976aeead63e004eeaca6d9af1290d9e1f2
parenta1eb1cf1dbc2cf744990a1952e86a23b895190ba (diff)
downloademacs-7fd741024b6d5cdc921ba1f16e0e00f679d74e32.tar.gz
emacs-7fd741024b6d5cdc921ba1f16e0e00f679d74e32.zip
Re-delete code deleted in rms's Oct 5 change.
-rw-r--r--lisp/font-lock.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 6ed04c1c29c..10b11ca0d08 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -58,8 +58,6 @@
58 58
59;;; Code: 59;;; Code:
60 60
61(or window-system (error "Can't fontify on an ASCII terminal"))
62
63(defvar font-lock-comment-face 'font-lock-comment-face 61(defvar font-lock-comment-face 'font-lock-comment-face
64 "Face to use for comments.") 62 "Face to use for comments.")
65 63