Custom editor commands and Undo
If I write my own editor command (which might delete a couple of characters and insert some others) how can I make sure that the modification as a whole is "registered" as one Undo step, i.e. such that C-x u will revoke the whole command? Thanks, Edi.