aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2011-06-24 23:25:22 +0200
committerJuanma Barranquero <[email protected]>2011-06-24 23:25:22 +0200
commitcd3520a41df21d80a9d894c58af2daba23c8dd24 (patch)
tree945eaef322c65471833954ddce161a7a913ee3c8 /src/minibuf.c
parent7d0da90e7b98f5c09df82be9985cc27d30adea07 (diff)
Move DEFSYM to lisp.h and use everywhere.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r--src/minibuf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index 576bca4306..cf37c337be 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -25,7 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "lisp.h"
#include "commands.h"
#include "buffer.h"
-#include "character.h"
#include "dispextern.h"
#include "keyboard.h"
#include "frame.h"