From: "Herbert J. Skuhra" <herbert@gojira.at>
To: emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] master 957090b: Merge from origin/emacs-26
Date: Sat, 19 Jan 2019 11:56:59 +0100 [thread overview]
Message-ID: <87o98ckj9g.wl-herbert@gojira.at> (raw)
In-Reply-To: <20190118155525.0CDA82053E@vcs0.savannah.gnu.org>
On Fri, 18 Jan 2019 16:55:24 +0100, Glenn Morris wrote:
>
> branch: master
> commit 957090b79531fbd7729e5d28c3496b9114c1f543
> Merge: 5e3b0f5 b6d78a0
> Author: Glenn Morris <rgm@gnu.org>
> Commit: Glenn Morris <rgm@gnu.org>
>
> Merge from origin/emacs-26
>
> b6d78a0 (origin/emacs-26) Fix a typo in ELisp manual
> c9f6f86 Prevent redrawing if frame is garbaged
> 00ba226 Attempt to fix hangs on MS-Windows due to C-g
> b26d637 Fix Calc graph output on MS-Windows
> 03818b0 Fix a minor mistake in ELisp manual
> 6ac5985 ; Fix some trivial doc typos
> 21b9026 * etc/tutorials/TUTORIAL: Fix typo (bug#34049)
> d223727 Fix UI of Buffer-menu
> 0f71655 Reinitialize ispell-really-enchant when changing the speller
> 9845044 Speed up loading css-mode
> ---
> doc/emacs/ChangeLog.1 | 2 +-
> doc/lispref/buffers.texi | 3 ++-
> doc/lispref/nonascii.texi | 5 ++---
> etc/tutorials/TUTORIAL | 2 +-
> lisp/ChangeLog.12 | 2 +-
> lisp/ChangeLog.7 | 2 +-
> lisp/buff-menu.el | 8 ++++----
> lisp/calc/calc-graph.el | 35 ++++++++++++++++++++++-------------
> lisp/calc/calc.el | 11 +++++++++--
> lisp/dired.el | 2 +-
> lisp/erc/ChangeLog.1 | 2 +-
> lisp/textmodes/ispell.el | 1 +
> src/ChangeLog.11 | 2 +-
> src/ChangeLog.4 | 2 +-
> src/nsterm.m | 8 ++++++++
> src/w32uniscribe.c | 6 ++++++
> src/xdisp.c | 45 +++++++++++++++++++--------------------------
> 17 files changed, 81 insertions(+), 57 deletions(-)
This commit breaks the build on MacOS:
CC xdisp.o
xdisp.c:32413:34: error: use of undeclared identifier 'f'
while (w && !FRAME_GARBAGED_P (f))
^
1 error generated.
make[1]: *** [xdisp.o] Error 1
make: *** [src] Error 2
The build succeeds if I revert commit f136a4bf7c65894acbf491cad8d5298662ba4cd1.
--
Herbert
next parent reply other threads:[~2019-01-19 10:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20190118155521.9894.44872@vcs0.savannah.gnu.org>
[not found] ` <20190118155525.0CDA82053E@vcs0.savannah.gnu.org>
2019-01-19 10:56 ` Herbert J. Skuhra [this message]
2019-01-19 11:33 ` [Emacs-diffs] master 957090b: Merge from origin/emacs-26 Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o98ckj9g.wl-herbert@gojira.at \
--to=herbert@gojira.at \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.