From 39a5feaf8c080de9e35350b079f47f3914f8b77d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 17 Nov 2012 00:34:54 +0100 Subject: fixed rubout for loading Q-Registers (with files) this is very similar to setting a string --- qbuffers.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qbuffers.h') diff --git a/qbuffers.h b/qbuffers.h index 18d1462..10d59e4 100644 --- a/qbuffers.h +++ b/qbuffers.h @@ -82,6 +82,11 @@ public: } bool load(const gchar *filename); + inline void + undo_load(void) + { + undo_set_string(); + } }; extern class QRegisterTable : public RBTree { -- cgit v1.2.3