Mercurial > emacs
changeset 18241:abfa50a22026
(point): Obsolete macro deleted in favor of PT.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 14 Jun 1997 04:53:00 +0000 |
parents | 330dc0ca4edb |
children | a382e45e9807 |
files | src/buffer.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)