No bug. Update to new way of detecting emacs

MozReview-Commit-ID: 4GJ2zg5vRN4

--HG--
extra : rebase_source : 378330a4280a901ce876e94d6d5fcda5ba71ac31
This commit is contained in:
Steve Fink 2017-03-26 15:43:23 -07:00
Родитель b04182d5a8
Коммит bc7dc34148
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.