aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-02-22 14:23:02 +0000
committerJim Blandy <[email protected]>1993-02-22 14:23:02 +0000
commit9efa1bc61e8a437b42f51f7912bb11252e774b6f (patch)
treebaa324b922a820e4e5eecd5da46b468c0a168d2b /src/buffer.h
parent5fcd022dabb2b0a22f559b52855ab434bf81c2a3 (diff)
* buffer.h: Remove code which #includes "undo.h" if lint is
defined. undo.h no longer exists.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 77784d27da..f1113ddcac 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -18,11 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-#ifdef lint
-#include "undo.h"
-#endif /* lint */
-
-
#ifdef USE_TEXT_PROPERTIES
#define SET_PT(position) (set_point ((position), current_buffer))
#define TEMP_SET_PT(position) (temp_set_point ((position), current_buffer))