]> git.eshelyaron.com Git - emacs.git/commit
Pacify byte-compiler in calculator.el
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Nov 2019 21:43:44 +0000 (13:43 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Nov 2019 21:44:02 +0000 (13:44 -0800)
commite5f10c6755f3e1670e4dc59842be72cdf62d3f91
treeb755014b028c5497778d671c86019e574004384e
parentedec35aa9472dca3a80966c62131f00e5288ee49
Pacify byte-compiler in calculator.el

* lisp/calculator.el (calculator-expt): Open-code cl-evenp to
pacify warning “the function ‘cl-evenp’ might not be defined”.
Problem reported by Juanma Barranquero in:
https://lists.gnu.org/r/emacs-devel/2019-11/msg00118.html
lisp/calculator.el