]> git.eshelyaron.com Git - emacs.git/commit
Simplify represented filename handling (bug#30800)
authorAlan Third <alan@idiocy.org>
Fri, 30 Mar 2018 11:25:15 +0000 (12:25 +0100)
committerAlan Third <alan@idiocy.org>
Fri, 30 Mar 2018 11:33:42 +0000 (12:33 +0100)
commit733279abedc598a927e66c6f6ac10d1bd9271e79
tree909ed5dfa6e2bedbc03ab73164590f1ddbb3d3f0
parentef0617888c452d1a62d354b3d866f17eea2e1ced
Simplify represented filename handling (bug#30800)

* src/nsfns.m (ns_set_represented_filename): Move function from
nsterm.m and set represented filename directly.
* src/nsterm.h (ns_set_represented_filename): Remove definition.
* src/nsterm.m (ns_set_represented_filename): Move function to
nsfns.m.
(x_free_frame_resources): Remove references to represented_frame.
(sendEvent): Don't set represented filename.
src/nsfns.m
src/nsterm.h
src/nsterm.m