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:
parent
c71d37d59d
commit
f00ed1332d
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue