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

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

Re: Help for tpu-edt Legacy Users


From: Eli Zaretskii
Subject: Re: Help for tpu-edt Legacy Users
Date: Sun, 20 Feb 2022 17:42:02 +0200

> Date: Sun, 20 Feb 2022 15:28:53 +0000
> From: Richard Wordingham <richard.wordingham@ntlworld.com>
> 
>   (if (and (functionp 'version<=) (version<= "28.0.91" emacs-version))
>       (define-obsolete-variable-alias 'GOLD-map 'tpu-gold-map "23.1"))
> 
> I need it to work as far back as Emacs 20.2, which I thinks predates
> the function version<=.  I'd really like it just to check for GOLD-map
> not being defined as a variable, but I couldn't find the syntax for
> that.

Is 'boundp' what you want here?



reply via email to

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