diff options
Diffstat (limited to 'src/atimer.c')
-rw-r--r-- | src/atimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimer.c b/src/atimer.c index 0a43797756c..f728f01fd98 100644 --- a/src/atimer.c +++ b/src/atimer.c @@ -419,7 +419,7 @@ timerfd_callback (int fd, void *arg) else if (nbytes < 0) /* For some not yet known reason, we may get weird event and no data on timer descriptor. This can break Gnus at least, see: - https://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00503.html. */ + https://lists.gnu.org/r/emacs-devel/2014-07/msg00503.html. */ eassert (errno == EAGAIN); else /* I don't know what else can happen with this descriptor. */ |