# HG changeset patch # User Karl Heuer # Date 866263980 0 # Node ID abfa50a22026011a3dbec2a2350689b686e5b3e4 # Parent 330dc0ca4edb8df5d7c51d9e6918a379dfd396eb (point): Obsolete macro deleted in favor of PT. diff -r 330dc0ca4edb -r abfa50a22026 src/buffer.h --- a/src/buffer.h Sat Jun 14 04:51:21 1997 +0000 +++ b/src/buffer.h Sat Jun 14 04:53:00 1997 +0000 @@ -491,10 +491,6 @@ always be safely stored in any slot. */ extern struct buffer buffer_local_types; -/* Point in the current buffer. This is an obsolete alias - and should be eliminated. */ -#define point (current_buffer->pt + 0) - /* Return the address of position N. No range checking. */ #define POS_ADDR(n) (((n)>= GPT ? GAP_SIZE : 0) + (n) + BEG_ADDR - 1)