diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.h b/src/buffer.h index 5c2dd5bc143..eb1f0a71686 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -216,8 +216,6 @@ Boston, MA 02110-1301, USA. */ | |||
| 216 | #define TEMP_SET_PT_BOTH(position, byte) \ | 216 | #define TEMP_SET_PT_BOTH(position, byte) \ |
| 217 | (temp_set_point_both (current_buffer, (position), (byte))) | 217 | (temp_set_point_both (current_buffer, (position), (byte))) |
| 218 | 218 | ||
| 219 | #define BUF_SET_PT(buffer, position) \ | ||
| 220 | (set_point ((buffer), (position))) | ||
| 221 | #define BUF_TEMP_SET_PT(buffer, position) \ | 219 | #define BUF_TEMP_SET_PT(buffer, position) \ |
| 222 | (temp_set_point ((buffer), (position))) | 220 | (temp_set_point ((buffer), (position))) |
| 223 | 221 | ||