emacs-devel
[Top][All Lists]
Advanced

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

Re: Can we add a check to see if user is using old or obsolete code?


From: Stefan Monnier
Subject: Re: Can we add a check to see if user is using old or obsolete code?
Date: Thu, 20 Feb 2003 15:26:07 -0500

> I suggest that we create a new hook, `check-compat-hook', which is run
> at the end of `normal-top-level' (i.e. after all normal user-setup
> actions have been performed).

You can also use

  (eval-after-load 'cua
   '(if (boundp 'CUA-some-obsolete-var)
        (error "You are using an obsolete version of CUA.")))


-- Stefan





reply via email to

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