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: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Tue, 16 Jul 2002 15:48:08 -0400

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.136 emacs/src/dispextern.h:1.137
*** emacs/src/dispextern.h:1.136        Mon May 27 21:32:36 2002
--- emacs/src/dispextern.h      Tue Jul 16 15:48:08 2002
***************
*** 2295,2301 ****
  int frame_update_line_height P_ ((struct frame *));
  int ascii_face_of_lisp_face P_ ((struct frame *, int));
  void prepare_face_for_display P_ ((struct frame *, struct face *));
! int xstricmp P_ ((unsigned char *, unsigned char *));
  int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *));
  int lookup_named_face P_ ((struct frame *, Lisp_Object, int));
  int smaller_face P_ ((struct frame *, int, int));
--- 2295,2301 ----
  int frame_update_line_height P_ ((struct frame *));
  int ascii_face_of_lisp_face P_ ((struct frame *, int));
  void prepare_face_for_display P_ ((struct frame *, struct face *));
! int xstricmp P_ ((const unsigned char *, const unsigned char *));
  int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *));
  int lookup_named_face P_ ((struct frame *, Lisp_Object, int));
  int smaller_face P_ ((struct frame *, int, int));



reply via email to

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