help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in sql.el : sql-add-product


From: Dmitry Gutov
Subject: Re: Bug in sql.el : sql-add-product
Date: Tue, 19 May 2015 02:48:34 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0

On 05/19/2015 01:24 AM, Kirstin Rhys wrote:
The line:

     ;; Add product to the alist
     (add-to-list 'sql-product-alist `((,product :name ,display . ,plist)))

Should be:

     ;; Add product to the alist
     (add-to-list 'sql-product-alist `(,product :name ,display . ,plist))

I believe that is http://debbugs.gnu.org/15435, fixed about one and a half years ago.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]