summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-02-20 14:20:16 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-02-20 14:20:16 +0100
commit9f4498e0354a77db0ed89dcae30169f97543d271 (patch)
tree2fb720cfe1a73bb7447ec465d508e718c10ebff3 /src/buffer.hh
parent682e4faff0bacd9450ef1b859e38aade5eb550b3 (diff)
Buffer: replace {begin,end}_undo_group with a single commit_undo_group method
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index e67c5760..28f550a2 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -115,8 +115,7 @@ public:
size_t timestamp() const { return m_timestamp; }
- void begin_undo_group();
- void end_undo_group();
+ void commit_undo_group();
bool undo();
bool redo();