emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109067: * xdisp.c (produce_special_g


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109067: * xdisp.c (produce_special_glyphs): Now static.
Date: Thu, 12 Jul 2012 20:50:58 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109067
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2012-07-12 20:50:58 -0700
message:
  * xdisp.c (produce_special_glyphs): Now static.
  
  * dispextern.h (produce_special_glyphs): Remove decl.
modified:
  src/ChangeLog
  src/dispextern.h
  src/xdisp.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-13 02:38:30 +0000
+++ b/src/ChangeLog     2012-07-13 03:50:58 +0000
@@ -1,3 +1,8 @@
+2012-07-13  Paul Eggert  <address@hidden>
+
+       * xdisp.c (produce_special_glyphs): Now static.
+       * dispextern.h (produce_special_glyphs): Remove decl.
+
 2012-07-13  Glenn Morris  <address@hidden>
 
        * s/bsd-common, s/cygwin.h: Remove empty files.

=== modified file 'src/dispextern.h'
--- a/src/dispextern.h  2012-07-08 16:38:43 +0000
+++ b/src/dispextern.h  2012-07-13 03:50:58 +0000
@@ -3065,7 +3065,6 @@
 extern ptrdiff_t compute_display_string_end (ptrdiff_t,
                                             struct bidi_string_data *);
 extern void produce_stretch_glyph (struct it *);
-extern void produce_special_glyphs (struct it *, enum display_element_type);
 
 #ifdef HAVE_WINDOW_SYSTEM
 

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2012-07-12 19:55:01 +0000
+++ b/src/xdisp.c       2012-07-13 03:50:58 +0000
@@ -951,6 +951,7 @@
 
 #endif /* HAVE_WINDOW_SYSTEM */
 
+static void produce_special_glyphs (struct it *, enum display_element_type);
 static void show_mouse_face (Mouse_HLInfo *, enum draw_glyphs_face);
 static int coords_in_mouse_face_p (struct window *, int, int);
 
@@ -24179,7 +24180,7 @@
    non-null glyph_row member.  This function ensures that fields like
    face_id, c, len of IT are left untouched.  */
 
-void
+static void
 produce_special_glyphs (struct it *it, enum display_element_type what)
 {
   struct it temp_it;


reply via email to

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