Hi Stefan, Stefan Kangas writes: > Damien Cassou writes: > Do we really need to add "Copyright-paperwork-exempt"? I don't, you are right. Fixed. >> +(defvar-keymap buffer-navigation-repeat-map >> + :doc "Keymap to repeat `next-buffer' and `previous-buffer'. Used in `repeat-mode'." >> + [right] #'next-buffer >> + [left] #'previous-buffer) > > It should be "" and "" here, I think. You are right. In the meantime, I switched to Emacs 29 so I can test my own patches. Sorry. Fixed. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill