From: Jay Belanger Date: Mon, 17 Oct 2005 20:51:34 +0000 (+0000) Subject: (calc-store-into): Get proper variable name to display in message. X-Git-Tag: emacs-pretest-22.0.90~6545 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=970dd0126861eff22714b2e9e891721087428cfa;p=emacs.git (calc-store-into): Get proper variable name to display in message. --- diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el index 82c7077ba91..d6a37644cc7 100644 --- a/lisp/calc/calc-store.el +++ b/lisp/calc/calc-store.el @@ -71,7 +71,7 @@ (if (not (cdr var)) "") (if (not (cdr var)) 1)))) (message (concat "Stored to variable \"%s\"" msg) - (calc-var-name var))) + (calc-var-name (car (car var))))) (setq var (cdr var)))))))) (defun calc-store-plus (&optional var)