mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(font-lock-keyword-face, font-lock-set-defaults, font-lock-string-face):
Add defvars.
This commit is contained in:
parent
482db54b59
commit
ec38bb4664
1 changed files with 4 additions and 0 deletions
|
|
@ -219,6 +219,10 @@
|
|||
(eval-when-compile ;; needed in Emacs 19, 20
|
||||
(setq max-specpdl-size 2000))
|
||||
|
||||
(defvar font-lock-keyword-face)
|
||||
(defvar font-lock-set-defaults)
|
||||
(defvar font-lock-string-face)
|
||||
|
||||
;;; Allow customization
|
||||
|
||||
(defgroup SQL nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue