projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a5932
)
* lisp/progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Fix declaration
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 02:34:58 +0000
(22:34 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 02:34:58 +0000
(22:34 -0400)
lisp/progmodes/sql.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sql.el
b/lisp/progmodes/sql.el
index 6224b3b5f3fe361ef98dc428677065b17829035a..6e53a04f72d67aa6c343ce0b0e17752b24037dba 100644
(file)
--- a/
lisp/progmodes/sql.el
+++ b/
lisp/progmodes/sql.el
@@
-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)