]> git.eshelyaron.com Git - emacs.git/commitdiff
Add provide call.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:43:07 +0000 (22:43 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:43:07 +0000 (22:43 +0000)
lisp/emacs-lisp/re-builder.el

index e5a5a90a5fb25ef2fec55b4037fad170ac9a2bd4..e62a62b09427cab67343c74775dac5d792d9cd14 100644 (file)
@@ -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