diff src/indent.c @ 4998:b46c89ccbed3

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 06 Feb 2010 12:28:19 +0000
parents 0d4c9d0f6a8d 8431b52e43b1
children 07dcc7000bbf
line wrap: on
line diff
--- a/src/indent.c	Sat Feb 06 04:27:47 2010 -0600
+++ b/src/indent.c	Sat Feb 06 12:28:19 2010 +0000
@@ -41,8 +41,6 @@
 #endif
 #include "window.h"
 
-Lisp_Object Qcoerce;
-
 /* Indentation can insert tabs if this is non-zero;
    otherwise always uses spaces */
 int indent_tabs_mode;
@@ -937,8 +935,6 @@
 #endif
   DEFSUBR (Fvertical_motion);
   DEFSUBR (Fvertical_motion_pixels);
-
-  DEFSYMBOL (Qcoerce);
 }
 
 void