changeset 3143:8273ffbc92cd

[xemacs-hg @ 2005-12-17 21:04:15 by aidan] standard-syntax-table, standard-category-table are not in Lisp
author aidan
date Sat, 17 Dec 2005 21:04:16 +0000
parents 77f5a5135b3a
children febec101135c
files src/ChangeLog src/buffer.c
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <kehoea@parhasard.net>
+
+	* 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  <kehoea@parhasard.net>
 
 	* console-x.c (x_perhaps_init_unseen_key_defaults):
--- 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.