summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-12-03 00:32:50 +0000
committerAndreas Schwab <schwab@suse.de>2002-12-03 00:32:50 +0000
commita0b1a022788636dc30d181d5843d3cbfbf4349c2 (patch)
tree64a1d9e61f06370c42fd0a60950a13a7f3e720f7 /lisp/cus-edit.el
parent451e26973ff322e5ddc2c246b867efd09824b72c (diff)
downloademacs-a0b1a022788636dc30d181d5843d3cbfbf4349c2.tar.gz
(custom-display): Add checkbox for type mac.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el4
1 files changed, 4 insertions, 0 deletions
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.")