aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
authorJuanma Barranquero2011-04-22 20:44:26 +0200
committerJuanma Barranquero2011-04-22 20:44:26 +0200
commite02f48d76bfd57f014ffbe3ba56b62f2d5ccc794 (patch)
treed27a2d9fd6838d6e619c824deb12a568ceac54f6 /lisp/progmodes/sql.el
parent7ede3b6577ae99a3e7ac45baa7cace439bf5070c (diff)
downloademacs-e02f48d76bfd57f014ffbe3ba56b62f2d5ccc794.tar.gz
emacs-e02f48d76bfd57f014ffbe3ba56b62f2d5ccc794.zip
lisp/progmodes/*.el: Lexical-binding cleanup.
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 1c1ffc41624..facbba60057 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -3540,7 +3540,7 @@ optionally is saved to the user's init file."
3540 (append (list name) 3540 (append (list name)
3541 (sql-for-each-login 3541 (sql-for-each-login
3542 `(product ,@login) 3542 `(product ,@login)
3543 (lambda (token plist) 3543 (lambda (token _plist)
3544 (cond 3544 (cond
3545 ((eq token 'product) `(sql-product ',sql-product)) 3545 ((eq token 'product) `(sql-product ',sql-product))
3546 ((eq token 'user) `(sql-user ,sql-user)) 3546 ((eq token 'user) `(sql-user ,sql-user))