From: Andreas Politz Date: Sun, 13 Oct 2013 05:23:42 +0000 (-0700) Subject: * lisp/progmodes/sql.el (sql-add-product): Fix paren typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1284^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdcb2049f193c889c36e67cd5c230286660d113a;p=emacs.git * lisp/progmodes/sql.el (sql-add-product): Fix paren typo. Fixes: debbugs:15435 --- 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