]> git.eshelyaron.com Git - emacs.git/commit
(byte-compile-eval): Adjust to changes in `load-history`
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 31 Jan 2022 21:25:09 +0000 (16:25 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 31 Jan 2022 21:25:09 +0000 (16:25 -0500)
commitcce477cad7ffffbfc1a21e9dd711b32f8e2b3ea3
tree4b6f9a3e574ac4b875f191dd6b09d27e3e176da3
parentbe2566eeab627dd8c38cfb3adb678a925af300bc
(byte-compile-eval): Adjust to changes in `load-history`

The `function-history` patch introduced a regression which caused
spurious compiler warnings.  Fix it.
The new code also fixes a bug in the old code, thus causing some
new non-spurious warnings.  Fix them as well.

* lisp/emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to changes in
`load-history`.

* lisp/gnus/gnus-group.el (nnrss-discover-feed)
(nnrss-save-server-data): Use `declare-function`.

* lisp/cedet/semantic/wisent/comp.el (wisent-defcontext)
(wisent-with-context):
* lisp/emacs-lisp/comp.el (comp-op-case): Silence compiler warning.
lisp/cedet/semantic/wisent/comp.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp.el
lisp/gnus/gnus-group.el