]> git.eshelyaron.com Git - emacs.git/commit
Merge two conditions and fix indentation
authorJonas Bernoulli <jonas@bernoul.li>
Mon, 20 Apr 2020 21:30:41 +0000 (23:30 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Thu, 13 Aug 2020 09:30:16 +0000 (11:30 +0200)
commit0bc9e7b8f5658c3f4f2d881de3aed158c6f49021
treea7efd485af52fbcd78ed38a42ed89f666433c535
parentc5b9d2a4b46c6da7d5c88a8c51be5294b2d5edc9
Merge two conditions and fix indentation

The motivation behind this change is that the indentation of some
lines was outright wrong.  If we address that issue, then we might
as well also address the issue that some code is needlessly nested
an additional level.  That we can fix by merging the conditions.

By doing these two changes in on commit we have to change the fewest
lines.  Even though we are moving to using just spaces for indentation
of the modified lines, other lines in the same function are left alone
and continue to us tabs+spaces for indentation.  That is not "wrong",
but just the style we are slowly migrating away from when touching
lines for other reasons.

Discussed in bug#42397.

* lisp/emacs-lisp/eldoc.el (eldoc-minibuffer-message): Merge two
conditions and fix indentation.
lisp/emacs-lisp/eldoc.el