(Fput_char_attribute): Convert char-specs in value of
authortomo <tomo>
Sat, 19 Jun 2004 17:16:04 +0000 (17:16 +0000)
committertomo <tomo>
Sat, 19 Jun 2004 17:16:04 +0000 (17:16 +0000)
`{<-|->}original[^*]*' to characters and put reverse links.
(Fsave_char_attribute_table): Use `Fchar_refs_simplify_char_specs' for
`{<-|->}original[^*]*'.

src/chartab.c

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