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
commit1281134abed3f933af16eb78863f19d0fadc8d22 (patch)
tree5978354572eeed479b1e5bfb6cc4b0990ff6dd81 /lisp/find-gc.el
parent87742f0063dc5fba514410ac46d4838d8233de21 (diff)
downloademacs-1281134abed3f933af16eb78863f19d0fadc8d22.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)