From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
Philipp Stephani <p.stephani2@gmail.com> writes:
>
> * lisp/emacs-lisp/macroexp.el (macroexp--funcall-if-compiled)
> (macroexp--warn-and-return): Use =E2=80=98byte-compile-warn=E2=80=99 i= nstead of
> =E2=80=98byte-compile-log-warning=E2=80=99.
>
> * lisp/emacs-lisp/bytecomp.el (byte-compile-form, byte-compile-unfold-= bcf)
> (byte-compile-setq, byte-compile-funcall): Use
> =E2=80=98byte-compile-report-error=E2=80=99 instead of =E2=80=98byte-c= ompile-log-warning=E2=80=99.
[...]
> * lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use)
> (cconv--analyze-function, cconv-analyze-form): Use
> =E2=80=98byte-compile-warn=E2=80=99 instead of =E2=80=98byte-compile-l= og-warning=E2=80=99.
>
> * lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand): Use
> =E2=80=98byte-compile-warn=E2=80=99 instead of =E2=80=98byte-compile-l= og-warning=E2=80=99.
>
> * lisp/subr.el (add-to-list): Use =E2=80=98byte-compile-report-error= =E2=80=99 instead
> of =E2=80=98byte-compile-log-warning=E2=80=99.
> (do-after-load-evaluation): Use =E2=80=98byte-compile-warn=E2=80=99 in= stead of
> =E2=80=98byte-compile-log-warning=E2=80=99.
I think you can combine all these into one entry.
= blockquote>I wouldn't know how, as they are for dif= ferent files, and AFAIK the changelog format doesn't allow combining me= ssages across files.=C2=A0
>=C2=A0 (defun byte-compile-log-warning (string &optional fill level= )
> +=C2=A0 "Log a message STRING in `byte-compile-log-buffer'. > +Also log the current function and file if not already done.=C2=A0 If<= br class=3D"gmail_msg"> > +FILL is non-nil, set =E2=80=98warning-fill-prefix=E2=80=99 to four sp= aces.=C2=A0 LEVEL
Docstrings should use `', which will be converted to =E2=80=98=E2=80=99= upon display.Done= .=C2=A0