emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Tue, 16 Jul 2002 13:33:42 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.394 emacs/src/buffer.c:1.395
*** emacs/src/buffer.c:1.394    Tue Jul 16 11:48:54 2002
--- emacs/src/buffer.c  Tue Jul 16 13:33:42 2002
***************
*** 693,703 ****
    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)
--- 693,698 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]