summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-02-22 14:23:02 +0000
committerJim Blandy <jimb@redhat.com>1993-02-22 14:23:02 +0000
commite9bbdc3a5165109f529bd9646f5fd1bbb49046e7 (patch)
tree15fcfae5ee7e32239b578faa0ed3737ddf76c423 /src/buffer.h
parent110cfd1017bf6f83f39070521cae005542966e31 (diff)
downloademacs-e9bbdc3a5165109f529bd9646f5fd1bbb49046e7.tar.gz
* 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 77784d27da0..f1113ddcacf 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))