comparison lisp/ChangeLog @ 4392:e8f448f997ac

bytecomp.el: bind print-gensym-alist to nil even with non-defvar, defun, [...] forms. 2008-01-14 Aidan Kehoe <kehoea@parhasard.net> * bytecomp.el (byte-compile-output-file-form): Bind print-gensym-alist to nil, as we do within byte-compile-output-docform.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 14 Jan 2008 15:25:22 +0100
parents 5902c5214a77
children f6c39b2d8b62
comparison
equal deleted inserted replaced
4391:cbf129b005df 4392:e8f448f997ac
1 2008-01-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 * bytecomp.el (byte-compile-output-file-form):
4 Bind print-gensym-alist to nil, as we do within
5 byte-compile-output-docform.
6
1 2008-01-04 Michael Sperber <mike@xemacs.org> 7 2008-01-04 Michael Sperber <mike@xemacs.org>
2 8
3 * code-files.el (insert-file-contents): 9 * code-files.el (insert-file-contents):
4 (load): Don't call `substitute-in-file-name' on the file name. 10 (load): Don't call `substitute-in-file-name' on the file name.
5 11