emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (void-function executable-command-find-unix-p)


From: Richard Stallman
Subject: Re: (void-function executable-command-find-unix-p)
Date: Sun, 01 Feb 2004 03:01:58 -0500

Does this fix it?

*** grep.el.~1.5.~      Wed Jan 28 06:03:49 2004
--- grep.el     Sat Jan 31 09:32:58 2004
***************
*** 318,324 ****
              'gnu)))
    (unless grep-find-command
      (setq grep-find-command
!           (cond ((not (executable-command-find-unix-p "find"))
                 (message
                  (concat "compile.el: Unix type find(1) not found. "
                          "Please set `grep-find-command'."))
--- 318,324 ----
              'gnu)))
    (unless grep-find-command
      (setq grep-find-command
!           (cond ((not (executable-command-find-posix-p "find"))
                 (message
                  (concat "compile.el: Unix type find(1) not found. "
                          "Please set `grep-find-command'."))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]