From: Glenn Morris Date: Tue, 19 Feb 2019 21:54:16 +0000 (-0500) Subject: * lisp/progmodes/sql.el: Fix use of string-empty-p in recent change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~3960 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=712661b4ab94eb4fbde51d2f96f011e38380883e;p=emacs.git * lisp/progmodes/sql.el: Fix use of string-empty-p in recent change. --- diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index c72070b8923..014987b09e3 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -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)