(next-error-overlay-arrow-position): New defvar.
Put "=>" on its property `overlay-arrow-string'. Add it to `overlay-arrow-variable-list'.
This commit is contained in:
parent
9f27bc8266
commit
9c9b00d67f
1 changed files with 4 additions and 0 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
|
||||
|
|
Loading…
Add table
Reference in a new issue