# HG changeset patch # User Andreas Schwab # Date 1038875570 0 # Node ID 8ef126b2490aa8ffcb00994cf1d07500509686f5 # Parent 84477416d98b88a0eeed0a9e1862d389a90d6c53 (custom-display): Add checkbox for type mac. diff -r 84477416d98b -r 8ef126b2490a lisp/cus-edit.el --- a/lisp/cus-edit.el Tue Dec 03 00:12:08 2002 +0000 +++ b/lisp/cus-edit.el Tue Dec 03 00:32:50 2002 +0000 @@ -2668,6 +2668,10 @@ :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.")