1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(calc-edit-format-macro-buffer): Add `calc-copy-special-constant'.

This commit is contained in:
Jay Belanger 2005-05-16 03:54:05 +00:00
parent 2833f4219a
commit 7337012df4

View file

@ -902,6 +902,7 @@
(calc-edit-macro-combine-var-name))
((or
(string-equal type "calc-copy-variable")
(string-equal type "calc-copy-special-constant")
(string-equal type "calc-declare-variable"))
(forward-line 1)
(calc-edit-macro-combine-var-name)