branch: externals/tNFA commit 7e38f4c057ebe64e875c85972e0b65a58627c957 Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Add missing autoload cookies. --- tNFA.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tNFA.el b/tNFA.el index 7e8b169..8ef3682 100644 --- a/tNFA.el +++ b/tNFA.el @@ -464,6 +464,7 @@ ;;; ================================================================ ;;; Regexp -> tNFA +;;;###autoload (defun* tNFA-from-regexp (regexp &key (test 'eq)) "Create a tagged NFA that recognizes the regular expression REGEXP. The return value is the initial state of the tagged NFA. @@ -1047,6 +1048,7 @@ POS in a string." ;;; ================================================================ ;;; tNFA matching +;;;###autoload (defun* tNFA-regexp-match (regexp string &key (test 'eq)) "Return non-nil if STRING matches REGEXP, nil otherwise. Sets the match data if there was a match; see `match-beginning',