]> git.eshelyaron.com Git - emacs.git/commit
Fix NS-related compilation errors.
authorPhilipp Stephani <phst@google.com>
Tue, 13 Feb 2018 08:55:46 +0000 (09:55 +0100)
committerPhilipp Stephani <phst@google.com>
Tue, 13 Feb 2018 08:55:46 +0000 (09:55 +0100)
commit1d135af78c3ddd502b5feb84884ea55cbc664753
tree3b941bb1e7a97b6cc49e0baae8f10509d2ce7e68
parent4b70de228d663cdbbae9668e6e990b0064e72fda
Fix NS-related compilation errors.

* src/nsterm.m (ns_set_represented_filename): Remove unused variable
'view'.

* src/nsfns.m (x_implicitly_set_name, syms_of_nsfns): The type of a
variable defined with DEFVAR_BOOL is 'bool', not 'Lisp_Object'.
src/nsfns.m
src/nsterm.m