]> 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>
Sun, 18 Feb 2018 22:18:27 +0000 (23:18 +0100)
commita20920c89331f7512bcc625730fad9ad080f1492
tree881771add416d8f90f0a8f0f2e4a716578174721
parent7cc9846acedf32512cc616a2641de2a47b1dfa1b
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