lisp/calculator.el (calculator-update-display): Bug fix & improvement.
commit44df0a8f506db385473ed36c2a5fa26e06e7788d
authorEli Barzilay <eli@barzilay.org>
Mon, 26 Jan 2015 03:42:01 +0000 (25 22:42 -0500)
committerEli Barzilay <eli@barzilay.org>
Mon, 26 Jan 2015 03:42:01 +0000 (25 22:42 -0500)
treefdb594ecc6ce9e79568e238d4e3e178e000f17ba
parentc3d4505b5a8bf55044a1f40da5018e83a43157ff
lisp/calculator.el (calculator-update-display): Bug fix & improvement.

Avoid a crash when the daved ptr is at the end of the list (= when it's
before the first one).  Also use `eq' to compare the value so the saved
list indicator appears when a value was retrieved from the list rather
than an equal result is shown.
lisp/calculator.el