Hi Stefan, Stefan Kangas writes: > Damien Cassou writes: >> * lisp/winner.el (winner-repeat-map): New variable. >> (winner-undo): Put 'repeat-map' property with 'winner-repeat-map'. >> (winner-redo): Put 'repeat-map' property with 'winner-repeat-map'. > > There is no need to repeat the same text twice, so you can delete the > first occurrence. Indeed, fixed. >> +(defvar-keymap winner-repeat-map >> + :doc "Keymap to repeat winner key sequences. Used in `repeat-mode'." >> + [left] #'winner-undo >> + [right] #'winner-redo) > > It should be "" and "" here, I think. Fixed. Thank you very much for your reviews. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill