From: Katsumi Yamaoka Date: Tue, 27 Jan 2015 03:25:16 +0000 (+0000) Subject: lisp/ChangeLog (2015-01-27): Add bug# X-Git-Tag: emacs-25.0.90~2576^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de925ab19d1f5f62057d2ce5120f8efd3dc15174;p=emacs.git lisp/ChangeLog (2015-01-27): Add bug# --- 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