summaryrefslogtreecommitdiff
path: root/lisp/find-gc.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 15:58:09 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 15:58:09 +0000
commit3b1e4dd1eb6c7f99cf9d609eb39fba77f2adfbc9 (patch)
tree82aa1b7a09248b8aac4b7580beea5f24e039c0af /lisp/find-gc.el
parentc84729481b9eada04adccafbb62e5c6fdad8d142 (diff)
downloademacs-3b1e4dd1eb6c7f99cf9d609eb39fba77f2adfbc9.tar.gz
Add standard library headers.
Diffstat (limited to 'lisp/find-gc.el')
-rw-r--r--lisp/find-gc.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/find-gc.el b/lisp/find-gc.el
index 38088a3ba58..40289587a91 100644
--- a/lisp/find-gc.el
+++ b/lisp/find-gc.el
@@ -20,12 +20,14 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-;; Code:
+;;; Commentary:
;;; Produce in unsafe-list the set of all functions that may invoke GC.
;;; This expects the Emacs sources to live in emacs-source-directory.
;;; It creates a temporary working directory /tmp/esrc.
+;;; Code:
+
(defun find-gc-unsafe ()
(trace-call-tree nil)
(trace-use-tree)