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

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

bug#28818: kmacro stepping: void-variable kmacro-step-edit-active


From: Charles A. Roelli
Subject: bug#28818: kmacro stepping: void-variable kmacro-step-edit-active
Date: Mon, 16 Oct 2017 20:39:39 +0200

> Date: Mon, 16 Oct 2017 19:38:28 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> merge 18708 28818
> close 28818
> thanks
> 
> > Date: Sun, 15 Oct 2017 20:40:49 +0200
> > From: charles@aurox.ch (Charles A. Roelli)
> > CC: 28818@debbugs.gnu.org
> > 
> > > Does the below fix this?
> > > 
> > > diff --git a/lisp/kmacro.el b/lisp/kmacro.el
> > > index 582a58e..4abc571 100644
> > > --- a/lisp/kmacro.el
> > > +++ b/lisp/kmacro.el
> > > @@ -937,7 +937,7 @@ kmacro-edit-lossage
> > >  
> > >  ;;; Single-step editing of keyboard macros
> > >  
> > > -(defvar kmacro-step-edit-active)          ;; step-editing active
> > > +(defvar kmacro-step-edit-active nil)      ;; step-editing active
> > >  (defvar kmacro-step-edit-new-macro)       ;; storage for new macro
> > >  (defvar kmacro-step-edit-inserting)       ;; inserting into macro
> > >  (defvar kmacro-step-edit-appending)       ;; append to end of macro
> > 
> > Yes it does.  Thanks.
> 
> Thanks, pushed.  As a nice bonus, one more kmacro test now succeeds,
> as this bug is a duplicate of bug#18708.

Good catch!  Thanks for your help with this.





reply via email to

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