/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.689 by gerd, Tue Oct 23 10:01:54 2001 UTC revision 1.690 by pj, Wed Oct 24 07:03:23 2001 UTC
# Line 3138  static int Line 3138  static int
3138  single_display_prop_string_p (prop, string)  single_display_prop_string_p (prop, string)
3139       Lisp_Object prop, string;       Lisp_Object prop, string;
3140  {  {
   extern Lisp_Object Qwhen, Qmargin;  
   
3141    if (EQ (string, prop))    if (EQ (string, prop))
3142      return 1;      return 1;
3143        
# Line 3175  static int Line 3173  static int
3173  display_prop_string_p (prop, string)  display_prop_string_p (prop, string)
3174       Lisp_Object prop, string;       Lisp_Object prop, string;
3175  {  {
   extern Lisp_Object Qwhen, Qmargin;  
     
3176    if (CONSP (prop)    if (CONSP (prop)
3177        && CONSP (XCAR (prop))        && CONSP (XCAR (prop))
3178        && !EQ (Qmargin, XCAR (XCAR (prop))))        && !EQ (Qmargin, XCAR (XCAR (prop))))
# Line 3222  string_buffer_position (w, string, aroun Line 3218  string_buffer_position (w, string, aroun
3218       Lisp_Object string;       Lisp_Object string;
3219       int around_charpos;       int around_charpos;
3220  {  {
   Lisp_Object around = make_number (around_charpos);  
3221    Lisp_Object limit, prop, pos;    Lisp_Object limit, prop, pos;
3222    const int MAX_DISTANCE = 1000;    const int MAX_DISTANCE = 1000;
3223    int found = 0;    int found = 0;
# Line 7140  store_frame_title (str, field_width, pre Line 7135  store_frame_title (str, field_width, pre
7135       int field_width, precision;       int field_width, precision;
7136  {  {
7137    int n = 0;    int n = 0;
7138    int dummy, nbytes, width;    int dummy, nbytes;
7139    
7140    /* Copy at most PRECISION chars from STR.  */    /* Copy at most PRECISION chars from STR.  */
7141    nbytes = strlen (str);    nbytes = strlen (str);

Legend:
Removed from v.1.689  
changed lines
  Added in v.1.690

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26