]> code.delx.au - gnu-emacs/blobdiff - lisp/frame.el
* menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
[gnu-emacs] / lisp / frame.el
index bd4d7ad5288ff94f1366ffbd3b3abf058b64c287..46e6e742d7cd8b51690192d38f669f45bdc36e2a 100644 (file)
@@ -1053,9 +1053,9 @@ frame's display)."
   "Return the number of screens associated with DISPLAY."
   (let ((frame-type (framep-on-display display)))
     (cond
-     ((memq frame-type '(x w32))
+     ((memq frame-type '(x w32 mac))
       (x-display-screens display))
-     (t        ;; FIXME: is this correct for the Mac?
+     (t
       1))))
 
 (defun display-pixel-height (&optional display)