diff options
author | Kenichi Handa <handa@m17n.org> | 1998-04-02 00:25:47 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-04-02 00:25:47 +0000 |
commit | 15b0983da00dfe17311ca3b54863ba5ddf3637f0 (patch) | |
tree | 880c3b4e5de2c285383aae2116b03a17225d2d34 /src/marker.c | |
parent | 704c57813e862bc6067aafcc4be269a294c9f818 (diff) | |
download | emacs-15b0983da00dfe17311ca3b54863ba5ddf3637f0.tar.gz |
(buf_charpos_to_bytepos): Delete local variable gapend_byte.
Diffstat (limited to 'src/marker.c')
-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) int charpos; { Lisp_Object tail; - int gapend_byte = BUF_GPT_BYTE (b) + BUF_GAP_SIZE (b); int best_above, best_above_byte; int best_below, best_below_byte; |