* src/nsterm.m ([EmacsView keyDown:]): Call
[NSCursor setHiddenUntilMouseMoves:] with the correct argument, depending on
variable make-pointer-invisible.
non-nil value. Please report any bugs you find while using the native
image API via 'M-x report-emacs-bug'.
+---
+** The variable 'make-pointer-invisible' is now honored on macOS.
+
\f
----------------------------------------------------------------------
This file is part of GNU Emacs.
if (nsEvArray == nil)
nsEvArray = [[NSMutableArray alloc] initWithCapacity: 1];
- [NSCursor setHiddenUntilMouseMoves: YES];
+ [NSCursor setHiddenUntilMouseMoves:! NILP (Vmake_pointer_invisible)];
if (hlinfo->mouse_face_hidden && FIXNUMP (Vmouse_highlight))
{