]> git.eshelyaron.com Git - emacs.git/commit
Simplify calculator-expt
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Nov 2019 07:19:36 +0000 (23:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Nov 2019 07:39:55 +0000 (23:39 -0800)
commit3843711abd8d599206acbcc0aa97dae708285416
tree07a65df17454880f4ab3b7a28c49bde8da95bd9d
parent799d738bc7404b5bda4fe3c544a4fc24e6580f46
Simplify calculator-expt

* lisp/calculator.el (calculator-expt): Simplify, now that
expt does the right thing if the first arg is -1, 0, or 1.
lisp/calculator.el