emacs-devel
[Top][All Lists]
Advanced

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

Re: master 97652d0e7a5: New conditional compilation macro static-if.


From: Alan Mackenzie
Subject: Re: master 97652d0e7a5: New conditional compilation macro static-if.
Date: Sun, 3 Sep 2023 13:15:42 +0000

Hello, Po.

On Sun, Sep 03, 2023 at 21:05:34 +0800, Po Lu wrote:
> Alan Mackenzie <acm@muc.de> writes:

> > diff --git a/etc/NEWS b/etc/NEWS
> > index 15cc6cc47e0..bbf4b67fe34 100644
> > --- a/etc/NEWS
> > +++ b/etc/NEWS
> > @@ -55,7 +55,7 @@ the signature) the automatically inferred function type 
> > as well.
> >  ---
> >  ** New user option 'describe-bindings-outline-rules'.
> >  This user option controls outline visibility in the output buffer of
> > -'describe-bindings' when 'describe-bindings-outline' in non-nil.
> > +'describe-bindings' when 'describe-bindings-outline' is non-nil.

> >  ** X selection requests are now handled much faster and asynchronously.
> >  This means it should be less necessary to disable the likes of
> > @@ -861,6 +861,12 @@ Use 'define-minor-mode' and 
> > 'define-globalized-minor-mode' instead.
> >  See the "(elisp) Porting Old Advice" node for help converting them
> >  to use 'advice-add' or 'define-advice' instead.

> > ++++
> > +** New macro 'static-if' for conditional compilation of code.

> `+++' above a NEWS entry implies the documentation has been revised to
> reflect the change depicted within.

> >  etc/NEWS     |  8 +++++++-
> >  lisp/subr.el | 15 +++++++++++++++

> Where are the accompanying changes to doc/?

Sorry, I forgot them.  I've committed doc/lispref/control.texi now.

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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