Mercurial > emacs
diff lisp/progmodes/sql.el @ 65240:e3995ff46137
(font-lock-keyword-face, font-lock-set-defaults, font-lock-string-face):
Add defvars.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 30 Aug 2005 11:15:37 +0000 |
| parents | 7fbb366ab47a |
| children | dc49655f57ae a3716f7538f2 |
line wrap: on
line diff
--- a/lisp/progmodes/sql.el Tue Aug 30 11:14:04 2005 +0000 +++ b/lisp/progmodes/sql.el Tue Aug 30 11:15:37 2005 +0000 @@ -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
