aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-05-08 19:34:28 +0000
committerEli Zaretskii2005-05-08 19:34:28 +0000
commitc29d24ea5e332075074765346d20f24ef25d2e77 (patch)
treed9a6f2ccf343b0d38108d09b9ab9f3c4635b446c
parentbd81fcf8dbeddcacf8efcdc8ea47ec2375b19001 (diff)
downloademacs-c29d24ea5e332075074765346d20f24ef25d2e77.tar.gz
emacs-c29d24ea5e332075074765346d20f24ef25d2e77.zip
(next-error-overlay-arrow-position): Revert the change made on 2005-04-30.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/simple.el4
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 88aec46844e..c5c345d9c0c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-05-08 Eli Zaretskii <eliz@gnu.org>
2
3 * simple.el (next-error-overlay-arrow-position): Revert the change
4 made on 2005-04-30.
5
12005-05-07 Jay Belanger <belanger@truman.edu> 62005-05-07 Jay Belanger <belanger@truman.edu>
2 7
3 * calc/calcsel2.el (calc-commute-left, calc-commute-right) 8 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
diff --git a/lisp/simple.el b/lisp/simple.el
index 204b2fb21bb..5a94c28828d 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -113,9 +113,7 @@ If `fringe-arrow', indicate the locus by the fringe arrow."
113(defvar next-error-highlight-timer nil) 113(defvar next-error-highlight-timer nil)
114 114
115(defvar next-error-overlay-arrow-position nil) 115(defvar next-error-overlay-arrow-position nil)
116;; This is nil so as not to really display anything on text 116(put 'next-error-overlay-arrow-position 'overlay-arrow-string "=>")
117;; terminals. On text terminals, it would hide part of the file name.
118(put 'next-error-overlay-arrow-position 'overlay-arrow-string "")
119(add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position) 117(add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position)
120 118
121(defvar next-error-last-buffer nil 119(defvar next-error-last-buffer nil