Fix bug #2822: After load("diff_form") `functions' fails
commit6b1f52eeb3fd5bf7fdb575a630746dc5f53d8a04
authorKris Katterjohn <katterjohn@gmail.com>
Fri, 13 Jul 2018 22:20:17 +0000 (13 17:20 -0500)
committerKris Katterjohn <katterjohn@gmail.com>
Fri, 13 Jul 2018 22:20:17 +0000 (13 17:20 -0500)
tree364dab81e79bb185c677595da46c8a5879bcd138
parent4d87ff46da5b91e1cc169aca6b6a5fd8dd013237
Fix bug #2822: After load("diff_form") `functions' fails

In share/diff_form/cartan_new.lisp some symbols were being given
invalid DISSYM properties.  ASCII character codes were used instead
of CL characters, which lead to lisp errors.

This is a direct conversion of the ASCII codes to the corresponding
CL characters.  The three operators @, & and &2 all have the same
DISSYM property (just as they did before).

This is similar to a change made in commit 8a803b53.
share/diff_form/cartan_new.lisp