mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 15:26:23 -05:00
Remove window from efunc.
This commit is contained in:
parent
4f07526222
commit
dce5f2239c
1
bind.c
1
bind.c
@ -19,6 +19,7 @@
|
||||
#include "file.h"
|
||||
#include "fileio.h"
|
||||
#include "line.h"
|
||||
#include "window.h"
|
||||
|
||||
|
||||
/* possible names and paths of help files under different OSs */
|
||||
|
1
buffer.c
1
buffer.c
@ -19,6 +19,7 @@
|
||||
#include "efunc.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
#include "window.h"
|
||||
|
||||
/*
|
||||
* Attach a buffer to a window. The
|
||||
|
1
ebind.h
1
ebind.h
@ -16,6 +16,7 @@
|
||||
#include "random.h"
|
||||
#include "search.h"
|
||||
#include "spawn.h"
|
||||
#include "window.h"
|
||||
#include "word.h"
|
||||
|
||||
/*
|
||||
|
3
efunc.h
3
efunc.h
@ -14,9 +14,6 @@
|
||||
|
||||
/* External function declarations. */
|
||||
|
||||
/* window.c */
|
||||
#include "window.h"
|
||||
|
||||
/* basic.c */
|
||||
#include "basic.h"
|
||||
|
||||
|
1
eval.c
1
eval.c
@ -19,6 +19,7 @@
|
||||
#include "random.h"
|
||||
#include "search.h"
|
||||
#include "version.h"
|
||||
#include "window.h"
|
||||
|
||||
#define MAXVARS 255
|
||||
|
||||
|
1
file.c
1
file.c
@ -23,6 +23,7 @@
|
||||
#include "input.h"
|
||||
#include "line.h"
|
||||
#include "main.h"
|
||||
#include "window.h"
|
||||
|
||||
#if defined(PKCODE)
|
||||
/* Max number of lines from one file. */
|
||||
|
1
names.c
1
names.c
@ -16,6 +16,7 @@
|
||||
#include "random.h"
|
||||
#include "search.h"
|
||||
#include "spawn.h"
|
||||
#include "window.h"
|
||||
#include "word.h"
|
||||
|
||||
struct name_bind names[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user