Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9066a01a
Commit
9066a01a
authored
Apr 04, 2005
by
Lute Kamstra
Browse files
(next-error-follow-minor-mode): Specify :group.
parent
28a1f13b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/simple.el
View file @
9066a01a
...
...
@@ -302,7 +302,7 @@ select the source buffer."
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment