]> git.eshelyaron.com Git - emacs.git/commit
Calc: fix autoload errors (bug#40800)
authorMattias Engdegård <mattiase@acm.org>
Fri, 24 Apr 2020 10:49:42 +0000 (12:49 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 24 Apr 2020 18:19:37 +0000 (20:19 +0200)
commitf7e488d20694dea6d2cbb5f74381f7e6f1e4d484
treed54fac706c1cdd40d3bfed1f1b76aca8dfc18670
parent369761b36db12c65296a39bb874bb181da466009
Calc: fix autoload errors (bug#40800)

Reported by Hugo Daschbach.

* lisp/calc/calc-ext.el (calc-init-extensions):
Remove calc-kbd-report key binding and autoload; it was removed in 2005.
calc-keypad-x-{left,right,middle}-click were renamed to
calc-keypad-{left,right,middle}-click in 2001; fix the autoloads.
calc-twos-complement-mode is a variable, not a function; remove the
autoload.
* lisp/calc/calc-prog.el: Remove commented-out calc-kbd-report.
lisp/calc/calc-ext.el
lisp/calc/calc-prog.el