bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53586: 29.0.50; ws-body compilation warning?


From: Lars Ingebrigtsen
Subject: bug#53586: 29.0.50; ws-body compilation warning?
Date: Thu, 27 Jan 2022 17:24:10 +0100

This started happening the past week:

ELC      lisp/emacs-lisp/ert-x-tests.elc

In toplevel form:
lisp/emacs-lisp/ert-x-tests.el:261:22: Warning: `body' is an obsolete alias (as 
of 2020-03-12); use `ws-body' instead.

It's from this code:

  (cl-labels ((body ()
                (cl-loop for i below 3 do
                         (message "%s" i)))
              ;; Uses the implicit messages buffer truncation implemented
              ;; in Emacs' C core.
              (c (x)
                (ert-with-buffer-renamed ("*Messages*")
                  (let ((message-log-max x))
                    (body))

So it believes that `body' is an obsolete function...  but after
spending a few minutes grepping for `ws-body', I'm not able to find
what's doing this.

Anybody?


In GNU Emacs 29.0.50 (build 9, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo 
version 1.16.0)
 of 2022-01-24 built on giant
Repository revision: 77b72f77b3a5d13fc6e71746dee2cf68305057e2
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12014000
System Description: Debian GNU/Linux bookworm/sid


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

[Prev in Thread] Current Thread [Next in Thread]