]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 15 Oct 2000 22:27:48 +0000 (22:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 15 Oct 2000 22:27:48 +0000 (22:27 +0000)
lisp/ChangeLog
src/ChangeLog

index fe61ceb44f2750b0c9dd07460a2d7312e36af784..b5507be18c896b19ee7d2d0761a184efc574312c 100644 (file)
@@ -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
index 1e4c2f10858006e70d9503659377dbf5b61825e7..e363ab43bf16b693ab73acae8828506bf66c98c3 100644 (file)
@@ -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.