aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorJoseph Arceneaux1992-06-02 04:15:32 +0000
committerJoseph Arceneaux1992-06-02 04:15:32 +0000
commit228d4b1c2ca4af62f74ba0a2edc03f962e20f544 (patch)
treeeafb177374cb74f16322c3be8efc4c48315a60e2 /src/buffer.h
parent6370a710ed28794d17cb27262bf995e175473cb0 (diff)
downloademacs-228d4b1c2ca4af62f74ba0a2edc03f962e20f544.tar.gz
emacs-228d4b1c2ca4af62f74ba0a2edc03f962e20f544.zip
*** 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. */
71/* Now similar macros for a specified buffer. 71/* Now similar macros for a specified buffer.
72 Note that many of these evaluate the buffer argument more than once. */ 72 Note that many of these evaluate the buffer argument more than once. */
73 73
74#define BUF_SET_PT(buffer, position) (buffer->text.pt = (position))
75
74/* Character position of beginning of buffer. */ 76/* Character position of beginning of buffer. */
75#define BUF_BEG(buf) (1) 77#define BUF_BEG(buf) (1)
76 78