; Delete redundant defvars; font-lock is preloaded

This commit is contained in:
Stefan Kangas 2023-08-25 01:40:20 +02:00
parent f8b710e54f
commit 6426912515
20 changed files with 3 additions and 52 deletions

View file

@ -31,11 +31,6 @@
(eval-when-compile (require 'cl-lib))
(eval-when-compile (require 'subr-x))
(defvar font-lock-comment-face)
(defvar font-lock-doc-face)
(defvar font-lock-keywords-case-fold-search)
(defvar font-lock-string-face)
(define-abbrev-table 'lisp-mode-abbrev-table ()
"Abbrev table for Lisp mode.")