diff options
| author | YAMAMOTO Mitsuharu | 2005-12-19 08:28:38 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-12-19 08:28:38 +0000 |
| commit | aed903f75ffea526026bdcb2ded0d4726ddadde9 (patch) | |
| tree | 107572f6244c87d2757ed5651f1276e567e60755 | |
| parent | 9ec98920c4cf713c2f858be0aa4e81b64eee936f (diff) | |
| download | emacs-aed903f75ffea526026bdcb2ded0d4726ddadde9.tar.gz emacs-aed903f75ffea526026bdcb2ded0d4726ddadde9.zip | |
(mac): New group.
| -rw-r--r-- | lisp/cus-edit.el | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
| 459 | :link '(custom-manual "(emacs)Windows") | 459 | :link '(custom-manual "(emacs)Windows") |
| 460 | :group 'environment) | 460 | :group 'environment) |
| 461 | 461 | ||
| 462 | (defgroup mac nil | ||
| 463 | "Mac specific features." | ||
| 464 | :link '(custom-manual "(emacs)Mac OS") | ||
| 465 | :group 'environment | ||
| 466 | :version "22.1" | ||
| 467 | :prefix "mac-") | ||
| 468 | |||
| 462 | ;;; Utilities. | 469 | ;;; Utilities. |
| 463 | 470 | ||
| 464 | (defun custom-quote (sexp) | 471 | (defun custom-quote (sexp) |