diff options
| author | Eli Zaretskii | 2005-05-08 19:34:28 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-05-08 19:34:28 +0000 |
| commit | c29d24ea5e332075074765346d20f24ef25d2e77 (patch) | |
| tree | d9a6f2ccf343b0d38108d09b9ab9f3c4635b446c | |
| parent | bd81fcf8dbeddcacf8efcdc8ea47ec2375b19001 (diff) | |
| download | emacs-c29d24ea5e332075074765346d20f24ef25d2e77.tar.gz emacs-c29d24ea5e332075074765346d20f24ef25d2e77.zip | |
(next-error-overlay-arrow-position): Revert the change made on 2005-04-30.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/simple.el | 4 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-05-07 Jay Belanger <belanger@truman.edu> | 6 | 2005-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 |