From e0de0c5d3ed092bbc1581ec9c52e7c5dedfe4921 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 23 Oct 2017 02:46:36 +0900 Subject: [PATCH] (of-component-features): Add `<-same', `->same', `<-original', `->original', `<-ancient' and `->ancient'. --- ids-find.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ids-find.el b/ids-find.el index 4b3d7ec..eb404b3 100644 --- a/ids-find.el +++ b/ids-find.el @@ -76,6 +76,9 @@ (push feature dest))) (list* '<-mistakable '->mistakable '<-formed '->formed + '<-same '->same + '<-original '->original + '<-ancient '->ancient dest))) (defun to-component-features () -- 1.7.10.4