]> code.delx.au - gnu-emacs/blobdiff - lisp/find-gc.el
Initial revision
[gnu-emacs] / lisp / find-gc.el
index 3523f9ca4e21c5c0d431abb41a3f24d1e0f61253..40289587a91abe164c210068bd5bd9a56b0a91f5 100644 (file)
@@ -1,10 +1,9 @@
 ;;; find-gc.el --- detect functions that call the garbage collector
 
-;; Maintainer: FSF
-;; Last-Modified: 21 Nov 1990
-
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; 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)