1
0
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:
Eli Zaretskii 2005-05-08 19:34:28 +00:00
parent bd81fcf8db
commit c29d24ea5e
2 changed files with 6 additions and 3 deletions

View File

@ -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)

View File

@ -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