1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-17 16:51:17 -05:00

Centralize customization in defines.h instead of Makefile + estruct.h.

This commit is contained in:
2021-08-18 16:54:35 +08:00
parent d99b7fcbac
commit e6921a8ed1
24 changed files with 119 additions and 240 deletions

2
eval.c
View File

@@ -15,8 +15,8 @@
#include "basic.h"
#include "bind.h"
#include "buffer.h"
#include "defines.h"
#include "display.h"
#include "estruct.h"
#include "exec.h"
#include "execute.h"
#include "flook.h"