diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-17 22:43:07 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-17 22:43:07 +0000 |
commit | 060b279a110781cf01d0063277ab0b4070cd9785 (patch) | |
tree | 7559eb0194e2b93db2b3fedff6c10050dcb7b8de | |
parent | 436de921cdf6bc96193f46d83254a5bc52983812 (diff) | |
download | emacs-060b279a110781cf01d0063277ab0b4070cd9785.tar.gz |
Add provide call.
-rw-r--r-- | lisp/emacs-lisp/re-builder.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el index e5a5a90a5fb..e62a62b0942 100644 --- a/lisp/emacs-lisp/re-builder.el +++ b/lisp/emacs-lisp/re-builder.el @@ -680,4 +680,6 @@ If SUBEXP is non-nil mark only the corresponding sub-expressions." (progn (store-match-data firstmatch) (reb-show-subexp (or subexp 0)))))) +(provide 're-builder) + ;;; re-builder.el ends here |