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

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

Old style backquotes warning


From: Ed Reingold
Subject: Old style backquotes warning
Date: Fri, 18 Mar 2011 09:20:10 -0700 (PDT)
User-agent: G2/1.0

I have a macro definition in my .emacs that (now that I have switched
to 23.3) causes a warning
about old backquotes detected.  How do I fix the macro?  Here it is:

(defmacro squash (month day year time &optional court)
  (backquote
   (squash-internal (, month) (, day) (, year) (quote (, time)) (,
court))))


reply via email to

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