]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Fix declaration
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 02:34:58 +0000 (22:34 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 02:34:58 +0000 (22:34 -0400)
lisp/progmodes/sql.el

index 6224b3b5f3fe361ef98dc428677065b17829035a..6e53a04f72d67aa6c343ce0b0e17752b24037dba 100644 (file)
@@ -1545,9 +1545,7 @@ statement.  The format of variable should be a valid
 ;; `sql-font-lock-keywords-builder' function and follow the
 ;; implementation pattern used for the other products in this file.
 
-(eval-when-compile
-  (defvar sql-mode-ansi-font-lock-keywords)
-  (setq sql-mode-ansi-font-lock-keywords nil))
+(defvar sql-mode-ansi-font-lock-keywords)
 
 (eval-and-compile
   (defun sql-font-lock-keywords-builder (face boundaries &rest keywords)