emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tNFA 7e38f4c 19/23: Add missing autoload cookies.


From: Stefan Monnier
Subject: [elpa] externals/tNFA 7e38f4c 19/23: Add missing autoload cookies.
Date: Mon, 14 Dec 2020 12:08:31 -0500 (EST)

branch: externals/tNFA
commit 7e38f4c057ebe64e875c85972e0b65a58627c957
Author: Toby S. Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@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',



reply via email to

[Prev in Thread] Current Thread [Next in Thread]