summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorJoseph Arceneaux <jla@gnu.org>1992-06-02 04:15:32 +0000
committerJoseph Arceneaux <jla@gnu.org>1992-06-02 04:15:32 +0000
commit228d4b1c2ca4af62f74ba0a2edc03f962e20f544 (patch)
treeeafb177374cb74f16322c3be8efc4c48315a60e2 /src/buffer.h
parent6370a710ed28794d17cb27262bf995e175473cb0 (diff)
downloademacs-228d4b1c2ca4af62f74ba0a2edc03f962e20f544.tar.gz
*** empty log message ***
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index a1d838c037d..a75d81bfd4a 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -71,6 +71,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Now similar macros for a specified buffer.
Note that many of these evaluate the buffer argument more than once. */
+#define BUF_SET_PT(buffer, position) (buffer->text.pt = (position))
+
/* Character position of beginning of buffer. */
#define BUF_BEG(buf) (1)