Rename an ifdef

git-svn-id: svn://10.0.0.236/trunk@19067 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1999-01-30 01:05:39 +00:00
parent 16f36b3214
commit 98b2973669

View File

@@ -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)) {