(calc-declare-variable): Use calc-var-name to display variable name.

This commit is contained in:
Jay Belanger
2005-01-24 18:23:33 +00:00
parent 4d904fa0b2
commit dacb2f7013
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-01-24 Jay Belanger <belanger@truman.edu>
* calc/calc-store.el (calc-declare-variable): Use calc-var-name to
display variable name.
2005-01-24 Kenichi Handa <handa@m17n.org>
* international/encoded-kb.el (encoded-kbd-iso2022-single-shift):

View File

@@ -482,7 +482,7 @@
(setq rp nil)))
(not rp)))))
(calc-unread-command ?\C-a)
(setq decl (read-string (format "Declare: %s to be: " var)
(setq decl (read-string (format "Declare: %s to be: " (calc-var-name var))
(and rp
(math-format-flat-expr (nth 2 (car dp)) 0))))
(setq decl (and (string-match "[^ \t]" decl)