From aed903f75ffea526026bdcb2ded0d4726ddadde9 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Mon, 19 Dec 2005 08:28:38 +0000 Subject: [PATCH] (mac): New group. --- lisp/cus-edit.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 20a023dee75..5feeea0a854 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -459,6 +459,13 @@ :link '(custom-manual "(emacs)Windows") :group 'environment) +(defgroup mac nil + "Mac specific features." + :link '(custom-manual "(emacs)Mac OS") + :group 'environment + :version "22.1" + :prefix "mac-") + ;;; Utilities. (defun custom-quote (sexp) -- 2.39.2