From 482d01dd38ad2fd65723506e6aa04d6c58525f05 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Sat, 5 Sep 1998 23:17:06 +0000
Subject: [PATCH] Add "trace" to the Ignore-File-Types; from the 18b release.

---
 hemlock/echocoms.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hemlock/echocoms.lisp b/hemlock/echocoms.lisp
index 41deba6da..060b7277a 100644
--- a/hemlock/echocoms.lisp
+++ b/hemlock/echocoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echocoms.lisp,v 1.6 1997/01/18 14:31:55 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echocoms.lisp,v 1.7 1998/09/05 23:17:06 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -23,7 +23,7 @@
   "File types to ignore when trying to complete a filename."
   :value
   (list "fasl" "pmaxf" "sparcf" "rtf" "hpf" "axpf" "sgif" "err"
-	"x86f" "lbytef"	"core"		    ; Lisp
+	"x86f" "lbytef"	"core" "trace"	    ; Lisp
 	"BAK" "CKP"			    ; Backups & Checkpoints
 	"PS" "ps" "press" "otl" "dvi" "toc" ; Formatting
 	"bbl" "lof" "idx" "lot" "aux"	    ; Formatting
-- 
GitLab