changeset 9684:c12e33cc5e0a

(ispell-grep-command, ispell-look-command): Don't specify directory.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Oct 1994 06:10:26 +0000
parents 224c0f70cc1b
children ee2c6124ae92
files lisp/textmodes/ispell.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Tue Oct 25 04:46:54 1994 +0000
+++ b/lisp/textmodes/ispell.el	Tue Oct 25 06:10:26 1994 +0000
@@ -339,7 +339,7 @@
 (defvar ispell-complete-word-dict ispell-alternate-dictionary
   "*Dictionary used for word completion.")
 
-(defvar ispell-grep-command "/usr/bin/egrep"
+(defvar ispell-grep-command "egrep"
   "Name of the grep command for search processes.")
 
 (defvar ispell-grep-options "-i"
@@ -347,7 +347,7 @@
 Should probably be \"-i\" or \"-e\".
 Some machines (like the NeXT) don't support \"-i\"")
 
-(defvar ispell-look-command "/usr/bin/look"
+(defvar ispell-look-command "look"
   "Name of the look command for search processes.
 This must be an absolute file name.")