(calcAlg-previous): Changed the regexp to the end of buffer regexp.
This commit is contained in:
parent
da8937c1f8
commit
aa9208fbc7
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue