aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKen Raeburn <[email protected]>2002-07-16 17:33:42 +0000
committerKen Raeburn <[email protected]>2002-07-16 17:33:42 +0000
commit8dfba85e62c2f98aa92c195e052ddb797463b6c5 (patch)
treea434e1525420bb6678b4fc9b5f9fa132196fdaf2 /src/buffer.c
parent49a5f7705fb6dcb742ab64c37114fb5007d124b7 (diff)
(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 8aba88d0db..6656b8d1f4 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -693,11 +693,6 @@ reset_buffer_local_variables (b, permanent_too)
b->buffer_file_type = Qnil;
#endif
-#if 0
- b->sort_table = XSTRING (Vascii_sort_table);
- b->folding_sort_table = XSTRING (Vascii_folding_sort_table);
-#endif /* 0 */
-
/* Reset all (or most) per-buffer variables to their defaults. */
b->local_var_alist = Qnil;
for (i = 0; i < last_per_buffer_idx; ++i)