aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-06-20 01:58:12 +0000
committernyamatongwe <unknown>2001-06-20 01:58:12 +0000
commit860a59ddd097168fc4d5985b1075675532545ec5 (patch)
tree7e1ce8205ebcebd5738caa21db33e0fed4269b81 /src
parent6e08dec9a2a6ba899549f20a6c27394ad58e39a3 (diff)
downloadscintilla-mirror-860a59ddd097168fc4d5985b1075675532545ec5.tar.gz
Patch from Mark to avoid unnecessary save point notification.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 8b4581529..f2bac993b 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -4018,7 +4018,6 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
case SCI_SETSAVEPOINT:
pdoc->SetSavePoint();
- NotifySavePoint(true);
break;
case SCI_GETSTYLEDTEXT: {