зеркало из https://github.com/mozilla/gecko-dev.git
No bug. Update to new way of detecting emacs
MozReview-Commit-ID: 4GJ2zg5vRN4 --HG-- extra : rebase_source : 378330a4280a901ce876e94d6d5fcda5ba71ac31
This commit is contained in:
Родитель
b04182d5a8
Коммит
bc7dc34148
|
@ -28,7 +28,7 @@ var lastExc = null;
|
|||
var todo = [];
|
||||
var activeTask;
|
||||
var options = { 'pretty': true,
|
||||
'emacs': (os.getenv('EMACS') == 't') };
|
||||
'emacs': !!os.getenv('INSIDE_EMACS') };
|
||||
var rerun = true;
|
||||
|
||||
// Cleanup functions to run when we next re-enter the repl.
|
||||
|
|
Загрузка…
Ссылка в новой задаче