unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Ed Reingold <edward.reingold@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Old style backquotes warning
Date: Fri, 18 Mar 2011 14:35:05 -0700 (PDT)	[thread overview]
Message-ID: <f182f2eb-3e45-460d-9904-13bee5a84079@w9g2000prg.googlegroups.com> (raw)
In-Reply-To: mailman.9.1300481525.31996.help-gnu-emacs@gnu.org

On Mar 18, 3:51 pm, "Drew Adams" <drew.ad...@oracle.com> wrote:
> > old backquotes detected.  How do I fix the macro?
>
> > (defmacro squash (month day year time &optional court)
> >   (backquote
> >    (squash-internal (, month) (, day) (, year) (quote (, time))
> >                     (, court))))
>
> (defmacro squash (m d y t &optional c)
>   `(squash-internal ,m ,d ,y ',t ,c))

Thanks, that does it!


  parent reply	other threads:[~2011-03-18 21:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-18 16:20 Old style backquotes warning Ed Reingold
2011-03-18 20:51 ` Drew Adams
2011-03-18 20:54 ` Drew Adams
     [not found] ` <mailman.9.1300481525.31996.help-gnu-emacs@gnu.org>
2011-03-18 21:35   ` Ed Reingold [this message]
2011-03-22 14:27   ` Uday Reddy
2011-03-22 14:34     ` Uday Reddy

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f182f2eb-3e45-460d-9904-13bee5a84079@w9g2000prg.googlegroups.com \
    --to=edward.reingold@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).