emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100419: * dispextern.h: Fix typo in


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100419: * dispextern.h: Fix typo in previous change.
Date: Sun, 23 May 2010 21:02:25 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100419
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2010-05-23 21:02:25 +0200
message:
  * dispextern.h: Fix typo in previous change.
modified:
  src/dispextern.h
=== modified file 'src/dispextern.h'
--- a/src/dispextern.h  2010-05-23 16:57:15 +0000
+++ b/src/dispextern.h  2010-05-23 19:02:25 +0000
@@ -2912,7 +2912,7 @@
 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 *, EMACS_INT,
-                       EMACS_INIT, struct glyph_row *, enum face_id));
+                       EMACS_INT, struct glyph_row *, enum face_id));
 void init_iterator_to_row_start P_ ((struct it *, struct window *,
                                     struct glyph_row *));
 int get_next_display_element P_ ((struct it *));


reply via email to

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