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
ed8e0f0a
Commit
ed8e0f0a
authored
Aug 15, 2005
by
Dan Nicolaescu
Browse files
(next-error-follow-minor-mode): Fix init value and
ligher.
parent
4ccda9c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/ChangeLog
View file @
ed8e0f0a
2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
* simple.el (next-error-follow-minor-mode): Fix init value and
ligher.
2005-08-15 Kim F. Storm <storm@cua.dk>
* emulation/cua-base.el (cua-delete-region): Return t if
...
...
lisp/simple.el
View file @
ed8e0f0a
...
...
@@ -308,7 +308,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."
:group 'next-error :init-value " Fol"
:group 'next-error :init-value
nil :lighter
" 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