From fdcb2049f193c889c36e67cd5c230286660d113a Mon Sep 17 00:00:00 2001 From: Andreas Politz Date: Sat, 12 Oct 2013 22:23:42 -0700 Subject: [PATCH] * lisp/progmodes/sql.el (sql-add-product): Fix paren typo. Fixes: debbugs:15435 --- lisp/ChangeLog | 4 ++++ lisp/progmodes/sql.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ec35dd90fc..bd2a69c89a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-10-13 Andreas Politz + + * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435) + 2013-10-13 Glenn Morris * menu-bar.el (menu-bar-update-buffers): diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 56a6f155f31..0be23c27805 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -2439,7 +2439,7 @@ configuration." (user-error "Product `%s' is already defined" product) ;; Add product to the alist - (add-to-list 'sql-product-alist `((,product :name ,display . ,plist))) + (add-to-list 'sql-product-alist `(,product :name ,display . ,plist)) ;; Add a menu item to the SQL->Product menu (easy-menu-add-item sql-mode-menu '("Product") ;; Each product is represented by a radio -- 2.39.2