Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4994:76af7fc13e81 | 4998:b46c89ccbed3 |
---|---|
38 #include "insdel.h" | 38 #include "insdel.h" |
39 #ifdef REGION_CACHE_NEEDS_WORK | 39 #ifdef REGION_CACHE_NEEDS_WORK |
40 #include "region-cache.h" | 40 #include "region-cache.h" |
41 #endif | 41 #endif |
42 #include "window.h" | 42 #include "window.h" |
43 | |
44 Lisp_Object Qcoerce; | |
45 | 43 |
46 /* Indentation can insert tabs if this is non-zero; | 44 /* Indentation can insert tabs if this is non-zero; |
47 otherwise always uses spaces */ | 45 otherwise always uses spaces */ |
48 int indent_tabs_mode; | 46 int indent_tabs_mode; |
49 | 47 |
935 #if 0 /* #### */ | 933 #if 0 /* #### */ |
936 DEFSUBR (Fcompute_motion); | 934 DEFSUBR (Fcompute_motion); |
937 #endif | 935 #endif |
938 DEFSUBR (Fvertical_motion); | 936 DEFSUBR (Fvertical_motion); |
939 DEFSUBR (Fvertical_motion_pixels); | 937 DEFSUBR (Fvertical_motion_pixels); |
940 | |
941 DEFSYMBOL (Qcoerce); | |
942 } | 938 } |
943 | 939 |
944 void | 940 void |
945 vars_of_indent (void) | 941 vars_of_indent (void) |
946 { | 942 { |