emacs-devel
[Top][All Lists]
Advanced

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

Re: finding old-style-backquote


From: dhruva
Subject: Re: finding old-style-backquote
Date: Fri, 14 Sep 2007 20:09:49 +0530

Hi,

On 9/14/07, Stefan Monnier <address@hidden> wrote:
> In any case C-s (` is not that hard to type, is it?

(if (boundp '*def-font)
    (progn
      (if (boundp 'default-frame-plist)
          (add-to-list 'default-frame-plist '(font ,*def-font)))
      (add-to-list 'default-frame-alist '(font . ,*def-font))))

In the above expression, I get a warning that it uses old style
backquote. I am not able to catch it. Looking for identifying the
culprit.

-dky

-- 
Dhruva Krishnamurthy
Contents reflect my personal views only!




reply via email to

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