aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKen Raeburn2002-07-16 17:33:42 +0000
committerKen Raeburn2002-07-16 17:33:42 +0000
commit8dfba85e62c2f98aa92c195e052ddb797463b6c5 (patch)
treea434e1525420bb6678b4fc9b5f9fa132196fdaf2 /src/buffer.c
parent49a5f7705fb6dcb742ab64c37114fb5007d124b7 (diff)
downloademacs-8dfba85e62c2f98aa92c195e052ddb797463b6c5.tar.gz
emacs-8dfba85e62c2f98aa92c195e052ddb797463b6c5.zip
(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 8aba88d0db9..6656b8d1f4e 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -693,11 +693,6 @@ reset_buffer_local_variables (b, permanent_too)
693 b->buffer_file_type = Qnil; 693 b->buffer_file_type = Qnil;
694#endif 694#endif
695 695
696#if 0
697 b->sort_table = XSTRING (Vascii_sort_table);
698 b->folding_sort_table = XSTRING (Vascii_folding_sort_table);
699#endif /* 0 */
700
701 /* Reset all (or most) per-buffer variables to their defaults. */ 696 /* Reset all (or most) per-buffer variables to their defaults. */
702 b->local_var_alist = Qnil; 697 b->local_var_alist = Qnil;
703 for (i = 0; i < last_per_buffer_idx; ++i) 698 for (i = 0; i < last_per_buffer_idx; ++i)