mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(calc-solve-for): Use "Variable(s)" to prompt for variables.
This commit is contained in:
parent
132003351f
commit
bba984aa3d
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-03-25 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
|
||||
for variables.
|
||||
|
||||
2005-03-25 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* image-mode.el: Optimize image filename extension regexps in
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
(and step (list step)))))))
|
||||
|
||||
(defun calc-solve-for (var)
|
||||
(interactive "sVariable to solve for: ")
|
||||
(interactive "sVariable(s) to solve for: ")
|
||||
(calc-slow-wrapper
|
||||
(let ((func (if (calc-is-inverse)
|
||||
(if (calc-is-hyperbolic) 'calcFunc-ffinv 'calcFunc-finv)
|
||||
|
|
|
|||
Loading…
Reference in a new issue