From bec0da0420b72cda15c3463aa9fc94889f30ee59 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 13 May 1999 02:08:26 +0000 Subject: [PATCH] Fix typo. --- v7/src/edwin/compile.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/compile.scm b/v7/src/edwin/compile.scm index 9de70d0ed..03c91a336 100644 --- a/v7/src/edwin/compile.scm +++ b/v7/src/edwin/compile.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: compile.scm,v 1.11 1999/01/29 05:17:18 cph Exp $ +;;; $Id: compile.scm,v 1.12 1999/05/13 02:08:26 cph Exp $ ;;; ;;; Copyright (c) 1992-1999 Massachusetts Institute of Technology ;;; @@ -60,7 +60,7 @@ with output going to the buffer *compilation*." 'HISTORY 'FGREP 'HISTORY-INDEX 0))) (lambda (command) - (run-compilation (string-append "grep -n " command " /dev/null")))) + (run-compilation (string-append "fgrep -n " command " /dev/null")))) (define-command kill-compilation "Kill the process made by the \\[compile] command." -- 2.25.1