1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

Include composite.h

This commit is contained in:
Juanma Barranquero 2002-06-24 07:56:18 +00:00
parent d0db8f5637
commit f7d05dc449
3 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
* w32select.c: Include composite.h
* w16select.c: Likewise.
2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
* lread.c (Fread): Remove redundant and imprecise declaration.

View file

@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */
#include "buffer.h"
#include "charset.h"
#include "coding.h"
#include "composite.h"
/* If ever some function outside this file will need to call any
clipboard-related function, the following prototypes and constants

View file

@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
#include "buffer.h"
#include "charset.h"
#include "coding.h"
#include "composite.h"
Lisp_Object QCLIPBOARD;