1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 11:20:41 -08:00

(point): Obsolete macro deleted in favor of PT.

This commit is contained in:
Karl Heuer 1997-06-14 04:53:00 +00:00
parent c71d37d59d
commit f00ed1332d

View file

@ -491,10 +491,6 @@ extern struct buffer buffer_local_symbols;
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)