Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Thu, 13 May 1999 02:08:26 +0000 (02:08 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 13 May 1999 02:08:26 +0000 (02:08 +0000)
v7/src/edwin/compile.scm

index 9de70d0ede2e7998516e757b7f7fa8aa51d746e6..03c91a336e79c5f0aa9851ca6d9555200fe2df47 100644 (file)
@@ -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."