diff options
Diffstat (limited to 'src/nsfns.m')
| -rw-r--r-- | src/nsfns.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index 659bce8fc57..0ca97431eae 100644 --- a/src/nsfns.m +++ b/src/nsfns.m | |||
| @@ -2476,7 +2476,7 @@ ns_make_monitor_attribute_list (struct MonitorInfo *monitors, | |||
| 2476 | int primary_monitor, | 2476 | int primary_monitor, |
| 2477 | const char *source) | 2477 | const char *source) |
| 2478 | { | 2478 | { |
| 2479 | Lisp_Object monitor_frames = Fmake_vector (make_fixnum (n_monitors), Qnil); | 2479 | Lisp_Object monitor_frames = make_nil_vector (n_monitors); |
| 2480 | Lisp_Object frame, rest; | 2480 | Lisp_Object frame, rest; |
| 2481 | NSArray *screens = [NSScreen screens]; | 2481 | NSArray *screens = [NSScreen screens]; |
| 2482 | int i; | 2482 | int i; |