diff options
| author | Kenichi Handa | 1998-04-02 00:25:47 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-04-02 00:25:47 +0000 |
| commit | 15b0983da00dfe17311ca3b54863ba5ddf3637f0 (patch) | |
| tree | 880c3b4e5de2c285383aae2116b03a17225d2d34 /src | |
| parent | 704c57813e862bc6067aafcc4be269a294c9f818 (diff) | |
| download | emacs-15b0983da00dfe17311ca3b54863ba5ddf3637f0.tar.gz emacs-15b0983da00dfe17311ca3b54863ba5ddf3637f0.zip | |
(buf_charpos_to_bytepos): Delete local variable gapend_byte.
Diffstat (limited to 'src')
| -rw-r--r-- | src/marker.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/marker.c b/src/marker.c index 86951edd2f3..dd53628462e 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -131,7 +131,6 @@ buf_charpos_to_bytepos (b, charpos) | |||
| 131 | int charpos; | 131 | int charpos; |
| 132 | { | 132 | { |
| 133 | Lisp_Object tail; | 133 | Lisp_Object tail; |
| 134 | int gapend_byte = BUF_GPT_BYTE (b) + BUF_GAP_SIZE (b); | ||
| 135 | int best_above, best_above_byte; | 134 | int best_above, best_above_byte; |
| 136 | int best_below, best_below_byte; | 135 | int best_below, best_below_byte; |
| 137 | 136 | ||