From a0b1a022788636dc30d181d5843d3cbfbf4349c2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 3 Dec 2002 00:32:50 +0000 Subject: [PATCH] (custom-display): Add checkbox for type mac. --- lisp/cus-edit.el | 4 ++++ 1 file changed, 4 insertions(+) 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.") -- 2.39.2