(of-component-features): Add `<-same', `->same', `<-original',
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 22 Oct 2017 17:46:36 +0000 (02:46 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 22 Oct 2017 17:46:36 +0000 (02:46 +0900)
`->original', `<-ancient' and `->ancient'.

ids-find.el

index 4b3d7ec..eb404b3 100644 (file)
@@ -76,6 +76,9 @@
        (push feature dest)))
     (list* '<-mistakable '->mistakable
           '<-formed '->formed
+          '<-same '->same
+          '<-original '->original
+          '<-ancient '->ancient
           dest)))
 
 (defun to-component-features ()