Mercurial > emacs
diff lisp/calc/calc-aent.el @ 57595:8ca090ac0a97
(calcAlg-previous): Changed the regexp to the end of buffer regexp.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 19 Oct 2004 15:34:38 +0000 |
parents | afc7ff1f1214 |
children | b1a458fd1ca9 |
line wrap: on
line diff
--- a/lisp/calc/calc-aent.el Tue Oct 19 14:41:50 2004 +0000 +++ b/lisp/calc/calc-aent.el Tue Oct 19 15:34:38 2004 +0000 @@ -348,7 +348,7 @@ (defun calcAlg-previous () (interactive) - (if (calc-minibuffer-contains "\\`\\'") + (if (calc-minibuffer-contains "\\'") (if calc-previous-alg-entry (insert calc-previous-alg-entry) (beep))