diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:57:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:57:55 +0000 |
commit | 57c038534a6605784ce291ab1f2ed5d01ddf0536 (patch) | |
tree | dac8b1d629316dec5b438190a42f9fc7d1f77cde /lisp/find-gc.el | |
parent | 18fb880632a5cbc4e62911fde62918b165c5fd0e (diff) | |
download | emacs-57c038534a6605784ce291ab1f2ed5d01ddf0536.tar.gz |
Add provide call.
Diffstat (limited to 'lisp/find-gc.el')
-rw-r--r-- | lisp/find-gc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/find-gc.el b/lisp/find-gc.el index 4bce53c9184..aab101f0636 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 |