mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 228-240) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 53-58) - Merge from emacs--cvs-trunk--0 - Update from CVS - Collapse feature addition/removal within single ChangeLog entry
This commit is contained in:
commit
768d4533ce
125 changed files with 2151 additions and 1031 deletions
|
|
@ -114,6 +114,10 @@ If `fringe-arrow', indicate the locus by the fringe arrow."
|
|||
|
||||
(defvar next-error-highlight-timer nil)
|
||||
|
||||
(defvar next-error-overlay-arrow-position nil)
|
||||
(put 'next-error-overlay-arrow-position 'overlay-arrow-string "=>")
|
||||
(add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position)
|
||||
|
||||
(defvar next-error-last-buffer nil
|
||||
"The most recent next-error buffer.
|
||||
A buffer becomes most recent when its compilation, grep, or
|
||||
|
|
@ -302,7 +306,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue