From: Jay Belanger Date: Tue, 19 Oct 2004 15:34:38 +0000 (+0000) Subject: (calcAlg-previous): Changed the regexp to the end of buffer regexp. X-Git-Tag: ttn-vms-21-2-B4~4483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa9208fbc7ffcc67ae047e3b5f8ec99cd55cd154;p=emacs.git (calcAlg-previous): Changed the regexp to the end of buffer regexp. --- diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el index 54d17579bce..37f6112f6aa 100644 --- a/lisp/calc/calc-aent.el +++ b/lisp/calc/calc-aent.el @@ -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))