# HG changeset patch # User Lute Kamstra # Date 1112605894 0 # Node ID 83d73d7284182bf45b02677ef9245eac64e27c81 # Parent 7fa98293290477a9f1cea725fea28a408bdad280 (eldoc-mode): Specify :group. diff -r 7fa982932904 -r 83d73d728418 lisp/emacs-lisp/eldoc.el --- a/lisp/emacs-lisp/eldoc.el Mon Apr 04 09:09:01 2005 +0000 +++ b/lisp/emacs-lisp/eldoc.el Mon Apr 04 09:11:34 2005 +0000 @@ -1,6 +1,7 @@ ;;; eldoc.el --- show function arglist or variable docstring in echo area -;; Copyright (C) 1996, 97, 98, 99, 2000, 2003 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2005 +;; Free Software Foundation, Inc. ;; Author: Noah Friedman ;; Maintainer: friedman@splode.com @@ -150,7 +151,7 @@ instead. With prefix ARG, turn ElDoc mode on if and only if ARG is positive." - nil eldoc-minor-mode-string nil + :group 'eldoc :lighter eldoc-minor-mode-string (setq eldoc-last-message nil) (if eldoc-mode (progn