[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67749: 30.0.50; (invalid-function connection-local-value)
From: |
Michael Heerdegen |
Subject: |
bug#67749: 30.0.50; (invalid-function connection-local-value) |
Date: |
Sun, 10 Dec 2023 14:57:14 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Michael Albinus <michael.albinus@gmx.de> writes:
> connection-local-value is an autoloaded macro, you need to regenerate
> loaddefs.el. I suppose "make -C lisp autoloads; make" would do the
> job. If not, try "make-bootstrap".
Hmm - I did
git clean -xf
./autogen.sh
./configure
make -j4
sudo make install
and that helped for my configured Emacs, but not for emacs -Q. Do we
have an explanation for this? I verified that emacs -Q was the started
using the correct executable.
Michael.