aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2004-11-14 06:21:25 +0000
committerLuc Teirlinck2004-11-14 06:21:25 +0000
commit9de133097713c6c4ecd5a0138d2aae1b93069fd7 (patch)
tree4ae19c84cc253d29591af542144eff780b562421 /src
parent572f248fac80cefdc92fba93449d6678694d5ebd (diff)
downloademacs-9de133097713c6c4ecd5a0138d2aae1b93069fd7.tar.gz
emacs-9de133097713c6c4ecd5a0138d2aae1b93069fd7.zip
Reverse previous change.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 619833ae40c..7e8d15d8e8f 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2650,8 +2650,6 @@ extern void cancel_mouse_face P_ ((struct frame *));
2650extern void handle_tool_bar_click P_ ((struct frame *, 2650extern void handle_tool_bar_click P_ ((struct frame *,
2651 int, int, int, unsigned int)); 2651 int, int, int, unsigned int));
2652 2652
2653extern void reseat_at_previous_visible_line_start P_ ((struct it *));
2654
2655/* msdos.c defines its own versions of these functions. */ 2653/* msdos.c defines its own versions of these functions. */
2656extern int clear_mouse_face P_ ((Display_Info *)); 2654extern int clear_mouse_face P_ ((Display_Info *));
2657extern void show_mouse_face P_ ((Display_Info *, enum draw_glyphs_face)); 2655extern void show_mouse_face P_ ((Display_Info *, enum draw_glyphs_face));