User: aidan
Date: 05/12/17 22:04:18
Modified: xemacs/src ChangeLog buffer.c
Log:
standard-syntax-table, standard-category-table are not in Lisp
Revision Changes Path
1.904 +6 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.903
retrieving revision 1.904
diff -u -p -r1.903 -r1.904
--- ChangeLog 2005/12/17 19:47:01 1.903
+++ ChangeLog 2005/12/17 21:04:15 1.904
@@ -1,5 +1,11 @@
2005-12-17 Aidan Kehoe <kehoea(a)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(a)parhasard.net>
+
* console-x.c (x_perhaps_init_unseen_key_defaults):
If the key name is a single character, and the keysym is NoSymbol,
give it a default binding, if that is possible. This addresses the
1.75 +2 -2 XEmacs/xemacs/src/buffer.c
Index: buffer.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/buffer.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- buffer.c 2005/11/25 01:41:56 1.74
+++ buffer.c 2005/12/17 21:04:16 1.75
@@ -1710,8 +1710,8 @@ DEFUN ("kill-all-local-variables", Fkill
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.