mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
(next-error-overlay-arrow-position): Revert the change made on 2005-04-30.
This commit is contained in:
parent
bd81fcf8db
commit
c29d24ea5e
@ -1,3 +1,8 @@
|
||||
2005-05-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* simple.el (next-error-overlay-arrow-position): Revert the change
|
||||
made on 2005-04-30.
|
||||
|
||||
2005-05-07 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc/calcsel2.el (calc-commute-left, calc-commute-right)
|
||||
|
@ -113,9 +113,7 @@ If `fringe-arrow', indicate the locus by the fringe arrow."
|
||||
(defvar next-error-highlight-timer nil)
|
||||
|
||||
(defvar next-error-overlay-arrow-position nil)
|
||||
;; This is nil so as not to really display anything on text
|
||||
;; terminals. On text terminals, it would hide part of the file name.
|
||||
(put 'next-error-overlay-arrow-position 'overlay-arrow-string "")
|
||||
(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
|
||||
|
Loading…
x
Reference in New Issue
Block a user