]> git.eshelyaron.com Git - emacs.git/commit
Nextstep: remove some deprecated method calls
authorPhilipp Stephani <phst@google.com>
Sat, 20 May 2017 14:49:16 +0000 (16:49 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 21 May 2017 19:50:04 +0000 (21:50 +0200)
commit762be778fcb55bc56286d3abc1bd92a3331423d9
treedc7c0e6389edc741aa5eef1f2410aff4ac457c17
parentf04e3d6e204142469f0e0df9309e246b12920b35
Nextstep: remove some deprecated method calls

* src/nsterm.m (mouseDown:):
* src/nsmenu.m (runMenuAt:forFrame:keymaps:): Remove call to
deprecated method.  The return value is always nil.
* src/macfont.m (mac_font_shape_1): Replace call to deprecated method.
src/macfont.m
src/nsmenu.m
src/nsterm.m