diff options
| author | Stefan Monnier | 2015-03-06 23:35:04 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2015-03-06 23:35:04 -0500 |
| commit | 25058c3ab82cff0105c31de0c1934da6602c6bee (patch) | |
| tree | 6ad0891c7e86162e5cadb641320a85eb07b2e2d9 /lisp/ChangeLog | |
| parent | e1acc3c7efb805d659f9edf345fc18a4647df538 (diff) | |
| download | emacs-25058c3ab82cff0105c31de0c1934da6602c6bee.tar.gz emacs-25058c3ab82cff0105c31de0c1934da6602c6bee.zip | |
* lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't try to
unfold `closure's since byte-compile-unfold-lambda doesn't know how to
do it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c81ab9b6d22..1bd45c07c3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't try to | ||
| 4 | unfold `closure's since byte-compile-unfold-lambda doesn't know how to | ||
| 5 | do it. | ||
| 6 | |||
| 1 | 2015-03-06 Oscar Fuentes <ofv@wanadoo.es> | 7 | 2015-03-06 Oscar Fuentes <ofv@wanadoo.es> |
| 2 | 8 | ||
| 3 | * net/browse-url.el (browse-url-firefox): Removed outdated | 9 | * net/browse-url.el (browse-url-firefox): Removed outdated |