]> git.eshelyaron.com Git - emacs.git/commit
Miscellaneous fixing/tidying up:
authorAlan Mackenzie <acm@muc.de>
Sat, 7 Oct 2023 11:49:48 +0000 (11:49 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 7 Oct 2023 11:49:48 +0000 (11:49 +0000)
commit03196fcabd46010b54bfede8ffb37889045a638f
tree38fdb3e086830fcf659db6f458731a2183f2cae9
parent2e110c6c204a9c851f54e6a0c722057760d9073d
Miscellaneous fixing/tidying up:

* lisp/emacs-lisp/byte-opt.el (byte-optimize--rename-var)
lisp/emacs-lisp/byte-run.el (defun): Correct whitespace errors.

* lisp/emacs-lisp/bytecomp.el
(byte-compile-docstring-style-warn): Remove an obtrusive
setting of NAME to a string; this messed up the position
argument of later calls to byte-compile-warn-x.

* lisp/emacs-lisp/comp.el (comp-spill-lap-function/symbol):
Correct from (cadr f) to (lambda-arglist f) to get F's arglist.
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp.el