From: Andreas Schwab Date: Tue, 3 Dec 2002 00:32:50 +0000 (+0000) Subject: (custom-display): Add checkbox for type mac. X-Git-Tag: ttn-vms-21-2-B4~12191 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0b1a022788636dc30d181d5843d3cbfbf4349c2;p=emacs.git (custom-display): Add checkbox for type mac. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 71709cd7234..67d25b2ea7a 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2668,6 +2668,10 @@ OS/2 Presentation Manager.") :sibling-args (:help-echo "\ Windows NT/9X.") w32) + (const :format "MAC " + :sibling-args (:help-echo "\ +Macintosh OS.") + mac) (const :format "DOS " :sibling-args (:help-echo "\ Plain MS-DOS.")