On Sun, Aug 30, 2020 at 2:47 PM Lars Ingebrigtsen wrote: > > Lars, you want to fix the compilation warning or something else? The > > function is obsolete, but it leep working. The only "fix" is to follow > > the advice in the warning message. > > If the function is obsolete, all in-tree callers should be fixed. ...unless that code is used in another non emacs-master context. I seem to recall that having happened with Gnus once. Let's hope it's not the case of CEDET, in which case the solution is to shoosh the byte-compiler in that particular spot. I'm > not familiar enough with eldoc to do so, though. > No problem, I'll do it. It's not hard, though, and the docstrings should guide anyone to do the same. > > I don't know why this particular compilation warning didn't pop up > > earlier, I don't recall it. > > It's been there ever since you obsoleted eldoc-message, of course. :-) > This is odd because I did get a line from Eli to fix some compilation after my changes, and these were not among them. I wonder if this file is always byte-compiled. Thanks, João