Lars Ingebrigtsen writes: > Mauro Aranda writes: > >> Yes, here it is. I fixed the typo, and tried to improve >> the help-echo of the INS button. > > Thanks, applied to Emacs 28 with one super-minor tweak: > >> + (last-deleted (let ((lst (widget-get widget :last-deleted))) >> + (and lst (prog1 (pop lst) >> + (widget-put widget :last-deleted lst)))) > > I made this into a `when-let' instead of the let+and. Noticed. Thanks!