comparison src/buffer.h @ 1910:f2c914cdc071

* buffer.h: Remove code which #includes "undo.h" if lint is defined. undo.h no longer exists.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:23:02 +0000
parents 04fb1d3d6992
children c1767ea45687
comparison
equal deleted inserted replaced
1909:ea6c75bc0d38 1910:f2c914cdc071
14 GNU General Public License for more details. 14 GNU General Public License for more details.
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 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
20
21 #ifdef lint
22 #include "undo.h"
23 #endif /* lint */
24 19
25 20
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))