* lisp/progmodes/sql.el: Fix use of string-empty-p in recent change.
This commit is contained in:
parent
9f7212ad42
commit
712661b4ab
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue