changeset 32510:0640dae5f283

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 15 Oct 2000 22:27:48 +0000
parents 54ef67bbcd42
children 03ea9c0d24d1
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Oct 15 22:13:01 2000 +0000
+++ b/lisp/ChangeLog	Sun Oct 15 22:27:48 2000 +0000
@@ -1,3 +1,9 @@
+2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* font-lock.el (font-lock-syntactic-keywords): Fix docstring.
+
+	* simple.el (syntax-flag-table, string-to-syntax): Remove.
+
 2000-10-15  Dave Love  <fx@gnu.org>
 
 	* progmodes/sh-script.el: Require skeleton and comint when
--- a/src/ChangeLog	Sun Oct 15 22:13:01 2000 +0000
+++ b/src/ChangeLog	Sun Oct 15 22:27:48 2000 +0000
@@ -1,3 +1,12 @@
+2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* syntax.c (Fstring_to_syntax): New function extracted from
+	Fmodify_syntax_entry.
+	(Fmodify_syntax_entry): Use it and document the ! and | fences.
+	(skip_chars, Fforward_comment): Remove unused variables.
+	(syms_of_syntax): Add defsubr for string-to-syntax.
+	(describe_syntax): Add code for comment and string fences.
+
 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* keymap.c (access_keymap): Add AUTOLOAD parameter.