diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-08-07 03:05:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-08-07 03:05:06 +0000 |
commit | b5e41a89f1e87be277175fa4d36ec34a74349e46 (patch) | |
tree | bbfe7bc26a0f4ce654a9bd69257ab4c1b0e53231 /lisp/term.el | |
parent | 0b727f9d087d950c0d6614c9ec743a935d4e5fc7 (diff) | |
download | emacs-b5e41a89f1e87be277175fa4d36ec34a74349e46.tar.gz |
(term): Remove group `unix'.
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/term.el b/lisp/term.el index d7f083adfa6..649aa79b818 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -407,8 +407,7 @@ (defgroup term nil "General command interpreter in a window." - :group 'processes - :group 'unix) + :group 'processes) ;;; Buffer Local Variables: |