aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-06-20 01:58:12 +0000
committernyamatongwe <devnull@localhost>2001-06-20 01:58:12 +0000
commit56da5b43c3856ca1ebdf20a7963af4566d71498c (patch)
tree7e1ce8205ebcebd5738caa21db33e0fed4269b81 /src
parentf0b96e64dd514118a4f32df66d02707b4d1f9a0f (diff)
downloadscintilla-mirror-56da5b43c3856ca1ebdf20a7963af4566d71498c.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: {