From 98b2973669b3e6d76e5ac6234fe72638d1b162e5 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Sat, 30 Jan 1999 01:05:39 +0000 Subject: [PATCH] Rename an ifdef git-svn-id: svn://10.0.0.236/trunk@19067 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/base/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/base/editor.cpp b/mozilla/editor/base/editor.cpp index 9f725059279..2a7ab8cfec6 100644 --- a/mozilla/editor/base/editor.cpp +++ b/mozilla/editor/base/editor.cpp @@ -891,7 +891,7 @@ nsresult nsEditor::CreateTxnToHandleEnterKey(EditAggregateTxn **aTxn) nsresult nsEditor::DeleteSelection(nsIEditor::Direction aDir) { -#if SELECTION_DOESNT_GO_THROUGH_RANGE +#ifdef DELETE_SELECTION_DOESNT_GO_THROUGH_RANGE EditAggregateTxn *txn; nsresult result = CreateTxnForDeleteSelection(aDir, &txn); if (NS_SUCCEEDED(result)) {