]> git.eshelyaron.com Git - emacs.git/commit
byte-compile-file: Make optional LOAD argument obsolete
authorStefan Kangas <stefan@marxist.se>
Mon, 21 Sep 2020 22:16:22 +0000 (00:16 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 20 Oct 2020 16:48:27 +0000 (18:48 +0200)
commit4a575eb18cca3eed5019f2d2d2abeea1f0c07005
tree35e8c571c372be83912db166607b4fb5894b6a92
parent1841b13282473b0ed8c591974e89bd781026180d
byte-compile-file: Make optional LOAD argument obsolete

* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Declare optional
LOAD argument obsolete.  Adjust callers.  (Bug#38072)
(byte-recompile-file): Declare optional LOAD argument obsolete.
* doc/lispref/compile.texi (Compilation Functions): Update
documentation to reflect above obsoletion.
* etc/NEWS: Announce above obsoletion.
doc/lispref/compile.texi
etc/NEWS
lisp/emacs-lisp/bytecomp.el
lisp/org/org.el
lisp/progmodes/elisp-mode.el
lisp/speedbar.el
test/lisp/emacs-lisp/bytecomp-tests.el