diff options
| author | Jim Blandy | 1993-02-22 14:23:02 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-02-22 14:23:02 +0000 |
| commit | 9efa1bc61e8a437b42f51f7912bb11252e774b6f (patch) | |
| tree | baa324b922a820e4e5eecd5da46b468c0a168d2b /src/buffer.h | |
| parent | 5fcd022dabb2b0a22f559b52855ab434bf81c2a3 (diff) | |
| download | emacs-9efa1bc61e8a437b42f51f7912bb11252e774b6f.tar.gz emacs-9efa1bc61e8a437b42f51f7912bb11252e774b6f.zip | |
* 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.h | 5 |
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 | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #ifdef lint | ||
| 22 | #include "undo.h" | ||
| 23 | #endif /* lint */ | ||
| 24 | |||
| 25 | |||
| 26 | #ifdef USE_TEXT_PROPERTIES | 21 | #ifdef USE_TEXT_PROPERTIES |
| 27 | #define SET_PT(position) (set_point ((position), current_buffer)) | 22 | #define SET_PT(position) (set_point ((position), current_buffer)) |
| 28 | #define TEMP_SET_PT(position) (temp_set_point ((position), current_buffer)) | 23 | #define TEMP_SET_PT(position) (temp_set_point ((position), current_buffer)) |