aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-09-29 06:47:05 +0000
committerKenichi Handa2000-09-29 06:47:05 +0000
commit6f5ac60d61defda8325e598df48aec02ad04ec5f (patch)
tree868c06a74ff37dc085c5432cbeea4c0d5db44b9a
parent454ee39bdea12a4296c2ec17ee5717a553f7ab1b (diff)
downloademacs-6f5ac60d61defda8325e598df48aec02ad04ec5f.tar.gz
emacs-6f5ac60d61defda8325e598df48aec02ad04ec5f.zip
Remove the line "#undef NULL".
-rw-r--r--src/keymap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 864c860db5c..7bb7b0d7f6c 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -21,7 +21,6 @@ Boston, MA 02111-1307, USA. */
21 21
22#include <config.h> 22#include <config.h>
23#include <stdio.h> 23#include <stdio.h>
24#undef NULL
25#include "lisp.h" 24#include "lisp.h"
26#include "commands.h" 25#include "commands.h"
27#include "buffer.h" 26#include "buffer.h"