changeset 60081:5af1fe16a166

(calc-handle-undo): Remove prefix from variable in message.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 15 Feb 2005 19:26:49 +0000
parents c3660f1897f5
children 1697c06499c8
files lisp/calc/calc-undo.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-undo.el	Tue Feb 15 19:26:07 2005 +0000
+++ b/lisp/calc/calc-undo.el	Tue Feb 15 19:26:49 2005 +0000
@@ -77,7 +77,8 @@
 	   (let ((v (intern (nth 1 action))))
 	     (calc-record-undo (list 'store (nth 1 action)
 				     (and (boundp v) (symbol-value v))))
-	     (if (y-or-n-p (format "Un-store variable %s? " (nth 1 action)))
+	     (if (y-or-n-p (format "Un-store variable %s? " 
+                                   (calc-var-name (nth 1 action))))
 		 (progn
 		   (if (nth 2 action)
 		       (set v (nth 2 action))