]> code.delx.au - gnu-emacs/blobdiff - lisp/find-gc.el
Initial revision
[gnu-emacs] / lisp / find-gc.el
index 38088a3ba588fe8f18ed6316a0d2d0c943b03100..40289587a91abe164c210068bd5bd9a56b0a91f5 100644 (file)
 ;; 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)