X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsyntax.c;h=2b3ebf8a27c9694f9d4b04ae1d7c36a7305a0cb8;hb=515ed47192a2fc212474dc246a875771890e0cbe;hp=5e495b7c7e63585892fe95b40a7595b6e9962d2d;hpb=d45efb1e6cc9b913d12b7a0c51be3624488c3f96;p=chise%2Fxemacs-chise.git.1 diff --git a/src/syntax.c b/src/syntax.c index 5e495b7..2b3ebf8 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -416,7 +416,7 @@ update_syntax_cache (int pos, int count) else { tmp_table = Qnil; /* silence compiler */ - /* Always aborts. #### Is there another sensible thing to do here? */ + /* Always ABORTs. #### Is there another sensible thing to do here? */ assert (BUFFERP (syntax_cache.object) || STRINGP (syntax_cache.object)); }