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:
parent
d0db8f5637
commit
f7d05dc449
3 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#include "buffer.h"
|
||||
#include "charset.h"
|
||||
#include "coding.h"
|
||||
#include "composite.h"
|
||||
|
||||
Lisp_Object QCLIPBOARD;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue