]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-face.el
(ispell-word): Use use-region-p.
[gnu-emacs] / lisp / cus-face.el
index 9ef9428470f49b521d0e1a40192957a3750c4f5c..e7baa3c9ed7bf97597db28d68be36dedc6d4025e 100644 (file)
@@ -44,7 +44,7 @@
          ;; Create frame-local faces
          (dolist (frame (frame-list))
            (face-spec-set-2 face frame value)
-           (when (memq (window-system frame) '(x w32 mac))
+           (when (memq (window-system frame) '(x w32 ns))
              (setq have-window-system t)))
          ;; When making a face after frames already exist
          (if have-window-system
      (string :tag "Font Family"
             :help-echo "Font family or fontset alias name."))
 
+    (:foundry
+     (string :tag "Font Foundry"
+            :help-echo "Font foundry name."))
+
     (:width
      (choice :tag "Width"
             :help-echo "Font width."