(calcAlg-previous): Changed the regexp to the end of buffer regexp.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user