emacs-devel
[Top][All Lists]
Advanced

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

Re: How to find when a function/var has been added


From: David Kastrup
Subject: Re: How to find when a function/var has been added
Date: Wed, 05 Aug 2015 21:06:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Przemysław Wojnowski <address@hidden> writes:

> Hello everybody,
>
> What is the fastest way to find out since when a function/var is
> available in Emacs? Only through NEWS?
>
> It's common case when one writes an elisp package and want to preserve
> compatibility with previous Emacs versions.
>
> In Java it's very common to see in docs on classes/methods/fields
> "Since: n", where "n" is Java version. Wouldn't such information help
> in core Emacs libs too? What do you think?

customize-changed is an alias for ‘customize-changed-options’.

(customize-changed &optional SINCE-VERSION)

Customize all settings whose meanings have changed in Emacs itself.
This includes new user options and faces, and new customization
groups, as well as older options and faces whose meanings or
default values have changed since the previous major Emacs
release.

With argument SINCE-VERSION (a string), customize all settings
that were added or redefined since that version.

[back]

-- 
David Kastrup



reply via email to

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