Mercurial > emacs
comparison lisp/ChangeLog @ 37910:902e099eaf57
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 27 May 2001 11:40:39 +0000 |
parents | 05a85bef4684 |
children | 351539ffdaba |
comparison
equal
deleted
inserted
replaced
37909:3d650ae7e609 | 37910:902e099eaf57 |
---|---|
1 2001-05-27 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the | |
4 same definition in byte-compile-function-environment as `autoload' | |
5 would put in `symbol-function'. | |
6 | |
7 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's | |
8 patch to correct the error message as well. | |
9 | |
1 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il> | 10 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 11 |
3 * cus-edit.el (custom-file): Don't assume we were invoked with -q | 12 * cus-edit.el (custom-file): Don't assume we were invoked with -q |
4 unless ~/.emacs exists. | 13 unless ~/.emacs exists. |
5 | 14 |