Mercurial > hg > xemacs-beta
diff lisp/bytecomp.el @ 4408:8bbabcab2c42
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 20 Jan 2008 13:09:58 +0100 |
parents | e8f448f997ac |
children | 6f41fb7f3a65 |
line wrap: on
line diff
--- a/lisp/bytecomp.el Wed Dec 26 17:30:16 2007 +0100 +++ b/lisp/bytecomp.el Sun Jan 20 13:09:58 2008 +0100 @@ -1888,7 +1888,8 @@ (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)) + print-gensym-alist) (princ "\n" byte-compile-outbuffer) (prin1 form byte-compile-outbuffer) nil)))