Mercurial > hg > xemacs-beta
diff lisp/bytecomp.el @ 4298:27150c937a22
[xemacs-hg @ 2007-12-01 13:40:06 by aidan]
Keep around gensym correspondence information through the entirety of a file
to be byte compiled.
author | aidan |
---|---|
date | Sat, 01 Dec 2007 13:40:07 +0000 |
parents | 20accccbebd6 |
children | 4ac3a83867c6 |
line wrap: on
line diff
--- a/lisp/bytecomp.el Fri Nov 30 22:51:05 2007 +0000 +++ b/lisp/bytecomp.el Sat Dec 01 13:40:07 2007 +0000 @@ -1888,7 +1888,7 @@ (print-readably t) ; print #[] for bytecode, 'x for (quote x) (print-gensym (if (and byte-compile-print-gensym (not byte-compile-emacs19-compatibility)) - t nil))) + '(t) nil))) (princ "\n" byte-compile-outbuffer) (prin1 form byte-compile-outbuffer) nil)))