diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96b7f63a26a..16cb21dd5c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,8 @@ 2015-01-27 Katsumi Yamaoka * emacs-lisp/cl.el (cl--function-convert): Run cl--labels-convert - for the case cl-flet or cl-labels form is wrapped with lexical-let. + for the case cl-flet or cl-labels form is wrapped with lexical-let + (bug#19613). 2015-01-26 Stefan Monnier