# HG changeset patch # User Andreas Schwab # Date 975787849 0 # Node ID 35b22767b7c91a51801e74229b0a2b86b48badb9 # Parent be413876d7ee646024c05c7891cb23a15b017695 (eldoc): Don't make parent of itself. diff -r be413876d7ee -r 35b22767b7c9 lisp/emacs-lisp/eldoc.el --- a/lisp/emacs-lisp/eldoc.el Sat Dec 02 19:30:39 2000 +0000 +++ b/lisp/emacs-lisp/eldoc.el Sat Dec 02 20:10:49 2000 +0000 @@ -7,7 +7,7 @@ ;; Keywords: extensions ;; Created: 1995-10-06 -;; $Id: eldoc.el,v 1.20 2000/06/03 19:50:18 friedman Exp $ +;; $Id: eldoc.el,v 1.17 2000/07/24 00:37:03 friedman Exp $ ;; This file is part of GNU Emacs. @@ -56,7 +56,6 @@ (defgroup eldoc nil "Show function arglist or variable docstring in echo area." - :group 'eldoc :group 'lisp :group 'extensions)