diff options
| -rw-r--r-- | lisp/progmodes/sql.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index e35ddf9419f..6d73abb1432 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -219,6 +219,10 @@ | |||
| 219 | (eval-when-compile ;; needed in Emacs 19, 20 | 219 | (eval-when-compile ;; needed in Emacs 19, 20 |
| 220 | (setq max-specpdl-size 2000)) | 220 | (setq max-specpdl-size 2000)) |
| 221 | 221 | ||
| 222 | (defvar font-lock-keyword-face) | ||
| 223 | (defvar font-lock-set-defaults) | ||
| 224 | (defvar font-lock-string-face) | ||
| 225 | |||
| 222 | ;;; Allow customization | 226 | ;;; Allow customization |
| 223 | 227 | ||
| 224 | (defgroup SQL nil | 228 | (defgroup SQL nil |