emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Sun, 28 May 2006 20:19:17 +0000

Index: emacs/src/dispextern.h
diff -u emacs/src/dispextern.h:1.217 emacs/src/dispextern.h:1.218
--- emacs/src/dispextern.h:1.217        Sat May 27 22:37:05 2006
+++ emacs/src/dispextern.h      Sun May 28 20:19:17 2006
@@ -2632,8 +2632,8 @@
 
 void mark_window_display_accurate P_ ((Lisp_Object, int));
 void redisplay_preserve_echo_area P_ ((int));
-void set_cursor_from_row P_ ((struct window *, struct glyph_row *,
-                             struct glyph_matrix *, int, int, int, int));
+int set_cursor_from_row P_ ((struct window *, struct glyph_row *,
+                            struct glyph_matrix *, int, int, int, int));
 void init_iterator P_ ((struct it *, struct window *, int,
                        int, struct glyph_row *, enum face_id));
 void init_iterator_to_row_start P_ ((struct it *, struct window *,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]