diff options
author | Andreas Schwab <schwab@suse.de> | 2000-12-03 16:17:49 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2000-12-03 16:17:49 +0000 |
commit | 851c9af04d7fc5e9006c88432ee8ff2e0172602a (patch) | |
tree | 78aef290906bc8d387a5c70a11d023206dde56f6 /lisp/type-break.el | |
parent | d8a1380540271feec16dafea6885684faeb116ee (diff) | |
download | emacs-851c9af04d7fc5e9006c88432ee8ff2e0172602a.tar.gz emacs-851c9af04d7fc5e9006c88432ee8ff2e0172602a.tar.bz2 emacs-851c9af04d7fc5e9006c88432ee8ff2e0172602a.zip |
(type-break): Don't make parent of itself.
Diffstat (limited to 'lisp/type-break.el')
-rw-r--r-- | lisp/type-break.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/type-break.el b/lisp/type-break.el index 407fd1bfeb0..0598b5a7b60 100644 --- a/lisp/type-break.el +++ b/lisp/type-break.el @@ -8,7 +8,7 @@ ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs ;; Created: 1994-07-13 -;; $Id: type-break.el,v 1.23 2000/03/13 11:16:00 friedman Exp $ +;; $Id: type-break.el,v 1.24 2000/07/24 00:49:09 friedman Exp $ ;; This file is part of GNU Emacs. @@ -72,7 +72,6 @@ (defgroup type-break nil "Encourage the user to take a rest from typing at suitable intervals." :prefix "type-break" - :group 'type-break :group 'keyboard) ;;;###autoload |