]> git.eshelyaron.com Git - emacs.git/commitdiff
(point): Obsolete macro deleted in favor of PT.
authorKarl Heuer <kwzh@gnu.org>
Sat, 14 Jun 1997 04:53:00 +0000 (04:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 14 Jun 1997 04:53:00 +0000 (04:53 +0000)
src/buffer.h

index 3352b235b30b0f161f48b40888e545874918e529..4f96dd08834cc2c4712193f17cecdd8a7d70361d 100644 (file)
@@ -491,10 +491,6 @@ extern struct buffer buffer_local_symbols;
    always be safely stored in any slot.  */
 extern struct buffer buffer_local_types;
 \f
-/* 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)