# HG changeset patch # User aidan # Date 1134853456 0 # Node ID 8273ffbc92cdccd442bdec82a345778ea8f2277f # Parent 77f5a5135b3af3df432b68dfac21acce37b31d60 [xemacs-hg @ 2005-12-17 21:04:15 by aidan] standard-syntax-table, standard-category-table are not in Lisp diff -r 77f5a5135b3a -r 8273ffbc92cd src/ChangeLog --- a/src/ChangeLog Sat Dec 17 19:47:03 2005 +0000 +++ b/src/ChangeLog Sat Dec 17 21:04:16 2005 +0000 @@ -1,3 +1,9 @@ +2005-12-17 Aidan Kehoe + + * buffer.c: + standard-syntax-table and standard-category-table are not + available from Lisp any more, don't mention as Lisp variables. + 2005-12-17 Aidan Kehoe * console-x.c (x_perhaps_init_unseen_key_defaults): diff -r 77f5a5135b3a -r 8273ffbc92cd src/buffer.c --- a/src/buffer.c Sat Dec 17 19:47:03 2005 +0000 +++ b/src/buffer.c Sat Dec 17 21:04:16 2005 +0000 @@ -1710,8 +1710,8 @@ Switch to Fundamental mode by killing current buffer's local variables. Most local variable bindings are eliminated so that the default values become effective once more. Also, the syntax table is set from -`standard-syntax-table', the category table is set from -`standard-category-table' (if support for Mule exists), local keymap is set +the standard syntax table, the category table is set from the +standard category table (if support for Mule exists), local keymap is set to nil, the abbrev table is set from `fundamental-mode-abbrev-table', and all specifier specifications whose locale is the current buffer are removed. This function also forces redisplay of the modeline.