(Fput_char_attribute): Convert char-specs in value of
authortomo <tomo>
Thu, 1 Jul 2004 08:27:05 +0000 (08:27 +0000)
committertomo <tomo>
Thu, 1 Jul 2004 08:27:05 +0000 (08:27 +0000)
`{<-|->}ancient[^*]*' to characters and put reverse links.
(Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs' for
`{<-|->}ancient[^*]*'.

src/chartab.c

index 7746288..65000a0 100644 (file)
@@ -3511,7 +3511,7 @@ Store CHARACTER's ATTRIBUTE with VALUE.
            !NILP (Fstring_match
                   (build_string ("^\\(<-\\|->\\)\\(simplified"
                                  "\\|same\\|vulgar\\|wrong"
-                                 "\\|original"
+                                 "\\|original\\|ancient"
                                  "\\)[^*]*$"),
                    Fsymbol_name (attribute),
                    Qnil, Qnil)) )
@@ -3835,7 +3835,7 @@ Save values of ATTRIBUTE into database file.
           || !NILP (Fstring_match
                     (build_string ("^\\(<-\\|->\\)\\(simplified"
                                    "\\|same\\|vulgar\\|wrong"
-                                   "\\|original"
+                                   "\\|original\\|ancient"
                                    "\\)[^*]*$"),
                      Fsymbol_name (attribute),
                      Qnil, Qnil)) )