(executable-command-find-posix-p): Doc fix.
This commit is contained in:
parent
b3a3e4e162
commit
679be51789
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-02-01 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* progmodes/executable.el (executable-command-find-posix-p): Doc
|
||||||
|
fix.
|
||||||
|
|
||||||
2004-02-01 Stephen Eglen <stephen@gnu.org>
|
2004-02-01 Stephen Eglen <stephen@gnu.org>
|
||||||
|
|
||||||
* info-look.el: Add support for maxima-mode. Update commentary
|
* info-look.el: Add support for maxima-mode. Update commentary
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*-
|
;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 1994, 1995, 1996, 2000, 2003 by Free Software Foundation, Inc.
|
;; Copyright (C) 1994, 1995, 1996, 2000, 2003, 2004 by Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
|
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
|
||||||
;; Keywords: languages, unix
|
;; Keywords: languages, unix
|
||||||
|
@ -143,7 +143,7 @@ See `compilation-error-regexp-alist'.")
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun executable-command-find-posix-p (&optional program)
|
(defun executable-command-find-posix-p (&optional program)
|
||||||
"Check if PROGRAM handles arguments Posix-style.
|
"Check if PROGRAM handles arguments Posix-style.
|
||||||
If PROGRAM is non-nil, use that instead of "find"."
|
If PROGRAM is non-nil, use that instead of \"find\"."
|
||||||
;; Pick file to search from location we know
|
;; Pick file to search from location we know
|
||||||
(let* ((dir (car load-path))
|
(let* ((dir (car load-path))
|
||||||
(file (find-if
|
(file (find-if
|
||||||
|
|
Loading…
Add table
Reference in a new issue