mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Several places already used ‘token’ as the name for the result from NSNotificationCenter’s addObserver:… so this change is to be consistent. While ‘token’ is less meaningful than ‘observerId’, the variable is only used with NSNotificationCenter API where the context makes it clear.