[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/dispextern.h
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/dispextern.h |
Date: |
Thu, 22 Aug 2002 22:27:15 -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));
- [Emacs-diffs] Changes to emacs/src/dispextern.h,
Kenichi Handa <=