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 | 28606e9e56a26fbae3341efd69513814ba43133a (patch) | |
tree | 5df5736dc7603c41172b72efc1c7010da3f01e50 | |
parent | ce7fb7303566515b8f1312701e9509341a02d972 (diff) | |
download | emacs-28606e9e56a26fbae3341efd69513814ba43133a.tar.gz |
(buf_charpos_to_bytepos): Delete local variable gapend_byte.
-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; |