Mercurial > emacs
changeset 61276:31cb9b5b8d41
(next-error-follow-minor-mode): Specify :group.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 04 Apr 2005 09:07:45 +0000 |
parents | 4e273c06e466 |
children | 7fa982932904 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon Apr 04 09:05:09 2005 +0000 +++ b/lisp/simple.el Mon Apr 04 09:07:45 2005 +0000 @@ -302,7 +302,7 @@ When turned on, cursor motion in the compilation, grep, occur or diff buffer causes automatic display of the corresponding source code location." - nil " Fol" nil + :group 'next-error :init-value " Fol" (if (not next-error-follow-minor-mode) (remove-hook 'post-command-hook 'next-error-follow-mode-post-command-hook t) (add-hook 'post-command-hook 'next-error-follow-mode-post-command-hook nil t)