From 3b1e4dd1eb6c7f99cf9d609eb39fba77f2adfbc9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 17 Mar 1993 15:58:09 +0000 Subject: Add standard library headers. --- lisp/find-gc.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/find-gc.el') 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) -- cgit v1.2.1