Mercurial > emacs
diff src/buffer.h @ 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 | 371736608f2f |
| children | a385b772f453 |
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)
