aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r--lisp/progmodes/sql.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index a1c0aa76de5..e585799dc63 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -781,7 +781,7 @@ host key."
781 ;; Perform search 781 ;; Perform search
782 (dolist (s (auth-source-search :max 1000)) 782 (dolist (s (auth-source-search :max 1000))
783 (when (and 783 (when (and
784 ;; Is PRODUCT specified, in the enty, and they are equal 784 ;; Is PRODUCT specified, in the entry, and they are equal
785 (if product 785 (if product
786 (if (plist-member s :product) 786 (if (plist-member s :product)
787 (equal (plist-get s :product) product) 787 (equal (plist-get s :product) product)