From: Dmitry Gutov <dgutov@yandex.ru>
To: Kirstin Rhys <krhys@imvu.com>, help-gnu-emacs@gnu.org
Subject: Re: Bug in sql.el : sql-add-product
Date: Tue, 19 May 2015 02:48:34 +0300 [thread overview]
Message-ID: <555A7A52.9020707@yandex.ru> (raw)
In-Reply-To: <CAGjFv7-nhoBW8jrZd7z7K4mUuXkaSSSkg2A4i5t5yf0w2a6Mcw@mail.gmail.com>
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.
next prev parent reply other threads:[~2015-05-18 23:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-18 22:24 Bug in sql.el : sql-add-product Kirstin Rhys
2015-05-18 23:48 ` Dmitry Gutov [this message]
2015-05-19 4:37 ` Kirstin Rhys
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=555A7A52.9020707@yandex.ru \
--to=dgutov@yandex.ru \
--cc=help-gnu-emacs@gnu.org \
--cc=krhys@imvu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.