]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/tNFA/tNFA.el
Merge commit '2ef6263c65a109b4d36503e6484fdbf4cb307d0f' from company
[gnu-emacs-elpa] / packages / tNFA / tNFA.el
index 7e8b1697f090ff19f39c8f6a1a9a5c79791d8ccc..8ef36826360317ee4c163980c2fb8d9128061d84 100644 (file)
 ;;; ================================================================
 ;;;                        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',