]> git.eshelyaron.com Git - emacs.git/commit
Fix Linux APM BIOS flag testing in battery.el
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 17 Aug 2022 17:11:25 +0000 (20:11 +0300)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 17 Aug 2022 17:11:25 +0000 (20:11 +0300)
commit31f289625cb3f72d167f1f9cac246269eeb5c716
treea5199c885941be40be25bb9328407378700c5855
parent78460500c75ab3f36ea646a1266ac6803f2d16e6
Fix Linux APM BIOS flag testing in battery.el

Original sin detected by recent byte-compiler improvements; see:
https://lists.gnu.org/r/emacs-devel/2022-08/msg00611.html

* lisp/battery.el (battery-linux-proc-apm): Treat result of logand
as a number, not boolean.
lisp/battery.el