diff options
author | Stephen Leake <stephen_leake@stephe-leake.org> | 2019-09-18 17:43:28 -0700 |
---|---|---|
committer | Stephen Leake <stephen_leake@stephe-leake.org> | 2019-09-18 17:43:28 -0700 |
commit | 34f1035e878a06ad181ff7fc533cd1fa0a565847 (patch) | |
tree | 7708b0e62b09571ba5b2c625d810cd932c380508 /lisp/calc/calc-prog.el | |
parent | b478444099655f36f7b243e21e8f98051299ca8f (diff) | |
parent | 107ce3050fc37b9a13d8304ae1bb73fac9de5f61 (diff) | |
download | emacs-34f1035e878a06ad181ff7fc533cd1fa0a565847.tar.gz emacs-34f1035e878a06ad181ff7fc533cd1fa0a565847.tar.bz2 emacs-34f1035e878a06ad181ff7fc533cd1fa0a565847.zip |
Merge commit '107ce3050fc37b9a13d8304ae1bb73fac9de5f61'
Diffstat (limited to 'lisp/calc/calc-prog.el')
-rw-r--r-- | lisp/calc/calc-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el index ba8efd43b8e..37e10e8dfac 100644 --- a/lisp/calc/calc-prog.el +++ b/lisp/calc/calc-prog.el @@ -1097,7 +1097,7 @@ Redefine the corresponding command." (or func (setq func (and cmd (symbolp cmd) (fboundp cmd) cmd))) (if (get func 'math-compose-forms) (let ((pt (point))) - (insert "(put '" (symbol-name cmd) + (insert "(put '" (symbol-name func) " 'math-compose-forms '" (prin1-to-string (get func 'math-compose-forms)) ")\n") |