From f82d6fd8e9d4695ea81cb9f919d971f98b6f9290 Mon Sep 17 00:00:00 2001 From: hallgren <hallgren> Date: Tue, 24 Aug 1993 19:30:31 +0000 Subject: [PATCH] Added hpf and axpf to the list of filenames to ignore. --- hemlock/echocoms.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hemlock/echocoms.lisp b/hemlock/echocoms.lisp index a857af6a8..6fae6bc4c 100644 --- a/hemlock/echocoms.lisp +++ b/hemlock/echocoms.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echocoms.lisp,v 1.1.1.6 1991/10/25 23:10:16 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echocoms.lisp,v 1.1.1.7 1993/08/24 19:30:31 hallgren Exp $") ;;; ;;; ********************************************************************** ;;; @@ -24,7 +24,7 @@ (defhvar "Ignore File Types" "File types to ignore when trying to complete a filename." :value - (list "fasl" "pmaxf" "sparcf" "rtf" "err" ; Lisp + (list "fasl" "pmaxf" "sparcf" "rtf" "hpf" "axpf" "err" ; Lisp "BAK" "CKP" ; Backups & Checkpoints "PS" "ps" "press" "otl" "dvi" "toc" ; Formatting "bbl" "lof" "idx" "lot" "aux" ; Formatting -- GitLab