From: Jay Belanger Date: Sat, 4 Aug 2007 15:12:22 +0000 (+0000) Subject: (calc-curve-fit): Change plot indicator. X-Git-Tag: emacs-pretest-23.0.90~11596 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2230383b2e710b7f917663ff8b8010c72bd5fc18;p=emacs.git (calc-curve-fit): Change plot indicator. --- diff --git a/lisp/calc/calcalg3.el b/lisp/calc/calcalg3.el index eb3611c3fd0..5aa410be19e 100644 --- a/lisp/calc/calcalg3.el +++ b/lisp/calc/calcalg3.el @@ -137,7 +137,7 @@ (message "Fit to model: %s:%s%s" (nth which msgs) - (if plot "p" " ") + (if plot "P" " ") (if homog "h" "")) (setq key (read-char)) (cond ((= key ?\C-g)