From 237ea2471bb6521390bbac174ac2a8a5e9683e4d Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Tue, 7 Dec 2021 16:20:38 +0300 Subject: [PATCH] Test Emacs environment on startup. --- telega.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telega.el b/telega.el index d6b28b5..40854ec 100644 --- a/telega.el +++ b/telega.el @@ -181,7 +181,7 @@ can't write to `telega-server-logfile'" logfile-dir))) Pop to root buffer. If `\\[universal-argument]' is specified, then do not pop to root buffer." (interactive "P") - + (telega-test-env t) ;; For multiple accounts setup possibly select (if there is no ;; default account declared) an account to use (if (and telega-accounts (not (telega-account-current))) -- 2.34.0 o Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/dict.scm
AgeCommit message (Expand)Author
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2018-06-13tests: Honor the return value of 'start-service'....Clément Lassieur
2018-06-01marionette: Add 'wait-for-tcp-port'....Ludovic Courtès
2017-07-20tests: Use 'virtual-machine' records instead of monadic procedures....Ludovic Courtès
2017-04-16tests: dicod: Bail out if we cannot connect within 20 seconds....Ludovic Courtès
2017-04-01tests: Add GNU dicod test....Ludovic Courtès