When I load an elc file, compiled by XEmacs-21.0-b47, in XEmacs-20.4, I
get the following error
Invalid read syntax: "#"
Loading /home/clstaff/wedler/emacs/.bugs/bug-elc.elc...
The source file looks like:
bug-elc.el:
(dolist (dummy '(1 2 3)))
The elc file from XEmacs-21.0 contains:
(byte-code "ÀÁ«@A¬w*Á" [(1 2 3) nil dummy #1=#:--dolist-temp--35781] 3)
The culprit is #1=#. This is at least something for the NEWS file...
- Christoph
Show replies by date