diff options
Diffstat (limited to 'lisp/find-gc.el')
-rw-r--r-- | lisp/find-gc.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/find-gc.el b/lisp/find-gc.el index 40289587a91..4bce53c9184 100644 --- a/lisp/find-gc.el +++ b/lisp/find-gc.el @@ -17,14 +17,15 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; 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. +;; 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: |