1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Delete the error when no window system.

This commit is contained in:
Richard M. Stallman 1994-10-06 02:45:40 +00:00
parent 8525241862
commit 050516df65

View 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.")