diff tests/automated/syntax-tests.el @ 5543:fbe90e6f7a43

Initialize start and end properly (to new markers, not Qnil). * * * Refactor syntax cache initialization. * * * Refactor setup_syntax_cache.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 08 Aug 2011 13:57:20 +0900
parents eed303fac325
children 69de75c48efa
line wrap: on
line diff
--- a/tests/automated/syntax-tests.el	Mon Aug 08 13:57:20 2011 +0900
+++ b/tests/automated/syntax-tests.el	Mon Aug 08 13:57:20 2011 +0900
@@ -204,4 +204,8 @@
     ;; special-case check that point didn't move
     (Assert (= (point) 25))))
 
+;; #### Add the recipe in <yxzfymklb6p.fsf@gimli.holgi.priv> on xemacs-beta.
+;; You also need to do a DELETE or type SPC to get the crash in 21.5.24.
+;http://list-archive.xemacs.org/pipermail/xemacs-beta/2006-February/008430.html
+
 ;;; end of syntax-tests.el