[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Changing values of defcustom
From: |
Eli Zaretskii |
Subject: |
Re: Changing values of defcustom |
Date: |
Tue, 20 Jan 2015 20:37:22 +0200 |
> From: Michal Nazarewicz <address@hidden>
> Cc: address@hidden
> Date: Tue, 20 Jan 2015 19:33:53 +0100
>
> On Tue, Jan 20 2015, Eli Zaretskii <address@hidden> wrote:
> > The ELisp manual says:
> >
> > `:version VERSION'
> > This keyword specifies that the item was first introduced in Emacs
> > version VERSION, or that its default value was changed in that
> > version. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > ^^^^^^^
> >
> > However, the recent change in the default value of the
> > sentence-end-base defcustom was not accompanied by a suitable change
> > in its ':version' tag.
>
> Sorry about that, fixed.
Thank you.