aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/find-gc.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-06-22 18:57:55 +0000
committerRichard M. Stallman <[email protected]>1997-06-22 18:57:55 +0000
commit896546cd9ba8e82956662329b77becb0366a1e73 (patch)
treefb9f48d5363d164ad5c72a182dbe1e5a78322c6c /lisp/find-gc.el
parent43c89a968ed6f1972a6ff075846622ade5bc7cf9 (diff)
Add provide call.
Diffstat (limited to 'lisp/find-gc.el')
-rw-r--r--lisp/find-gc.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/find-gc.el b/lisp/find-gc.el
index 4bce53c918..aab101f063 100644
--- a/lisp/find-gc.el
+++ b/lisp/find-gc.el
@@ -149,4 +149,6 @@
(setq ptr (cdr ptr))))
)
+(provide 'find-gc)
+
;;; find-gc.el ends here