diff options
| author | Lute Kamstra | 2005-04-04 09:07:45 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-04 09:07:45 +0000 |
| commit | 9066a01ada33913251f374cf78c3e7db21c35813 (patch) | |
| tree | bc875b4c519964cf244dbe06493ae5b86328f6bc | |
| parent | 28a1f13bb7c9d629c711ab56f444d1a7688f7987 (diff) | |
| download | emacs-9066a01ada33913251f374cf78c3e7db21c35813.tar.gz emacs-9066a01ada33913251f374cf78c3e7db21c35813.zip | |
(next-error-follow-minor-mode): Specify :group.
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 9f6359c5e3c..36ac34b511e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -302,7 +302,7 @@ select the source buffer." | |||
| 302 | When turned on, cursor motion in the compilation, grep, occur or diff | 302 | When turned on, cursor motion in the compilation, grep, occur or diff |
| 303 | buffer causes automatic display of the corresponding source code | 303 | buffer causes automatic display of the corresponding source code |
| 304 | location." | 304 | location." |
| 305 | nil " Fol" nil | 305 | :group 'next-error :init-value " Fol" |
| 306 | (if (not next-error-follow-minor-mode) | 306 | (if (not next-error-follow-minor-mode) |
| 307 | (remove-hook 'post-command-hook 'next-error-follow-mode-post-command-hook t) | 307 | (remove-hook 'post-command-hook 'next-error-follow-mode-post-command-hook t) |
| 308 | (add-hook 'post-command-hook 'next-error-follow-mode-post-command-hook nil t) | 308 | (add-hook 'post-command-hook 'next-error-follow-mode-post-command-hook nil t) |