* lisp/progmodes/sql.el: Fix use of string-empty-p in recent change.

This commit is contained in:
Glenn Morris 2019-02-19 16:54:16 -05:00
parent 9f7212ad42
commit 712661b4ab

View file

@ -237,6 +237,7 @@
(require 'custom)
(require 'thingatpt)
(require 'view)
(eval-when-compile (require 'subr-x)) ; string-empty-p
(defvar font-lock-keyword-face)
(defvar font-lock-set-defaults)