emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.h,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h,v
Date: Thu, 20 Mar 2008 18:13:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/20 18:13:13

Index: buffer.h
===================================================================
RCS file: /sources/emacs/emacs/src/buffer.h,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -b -r1.121 -r1.122
--- buffer.h    17 Mar 2008 20:21:11 -0000      1.121
+++ buffer.h    20 Mar 2008 18:13:11 -0000      1.122
@@ -216,8 +216,6 @@
 #define TEMP_SET_PT_BOTH(position, byte) \
   (temp_set_point_both (current_buffer, (position), (byte)))
 
-#define BUF_SET_PT(buffer, position) \
-  (set_point ((buffer), (position)))
 #define BUF_TEMP_SET_PT(buffer, position) \
   (temp_set_point ((buffer), (position)))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]