Marks the beginning of a not undoable action on the buffer, disabling the undo manager.
Typically you would call this function before initially setting the contents of the buffer (e.g. when loading a file in a text editor).
You may nest begin_not_undoable_action / end_not_undoable_action blocks.
this |
a SourceBuffer. |