diff options
| author | Juanma Barranquero | 2002-10-28 07:30:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-10-28 07:30:33 +0000 |
| commit | dc2feacf153f81cbaadade3d56a5231619f14d09 (patch) | |
| tree | 8c873301687a871cbeb51015012cd217f1b0259c | |
| parent | 6de0156c569124a413905e29fa75267698bec4e4 (diff) | |
| download | emacs-dc2feacf153f81cbaadade3d56a5231619f14d09.tar.gz emacs-dc2feacf153f81cbaadade3d56a5231619f14d09.zip | |
(grep-find-use-xargs): Fix docstring. Patch from Matt Swift
<swift@alum.mit.edu>.
| -rw-r--r-- | lisp/ChangeLog | 21 | ||||
| -rw-r--r-- | lisp/progmodes/compile.el | 8 |
2 files changed, 17 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f2c7c012fe..b39bc02837d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | 2002-10-28 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * progmodes/compile.el (grep-find-use-xargs): Fix docstring. Patch from | ||
| 4 | Matt Swift <swift@alum.mit.edu>. | ||
| 5 | |||
| 1 | 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu> | 6 | 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 7 | ||
| 3 | * ediff-wind.el (ediff-control-frame-parameters): added scrollbar-height. | 8 | * ediff-wind.el (ediff-control-frame-parameters): added scrollbar-height. |
| 4 | 9 | ||
| 5 | 2002-10-27 Andreas Schwab <schwab@suse.de> | 10 | 2002-10-27 Andreas Schwab <schwab@suse.de> |
| 6 | 11 | ||
| 7 | * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L | 12 | * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L |
| @@ -18,6 +23,11 @@ | |||
| 18 | 23 | ||
| 19 | * international/code-pages.el (iso-8859-11): New. | 24 | * international/code-pages.el (iso-8859-11): New. |
| 20 | 25 | ||
| 26 | 2002-10-27 Kim F. Storm <storm@cua.dk> | ||
| 27 | |||
| 28 | * pcvs.el (cvs-checkout): Use read-directory-name. | ||
| 29 | (cvs-query-directory): Likewise. | ||
| 30 | |||
| 21 | 2002-10-26 Richard M. Stallman <rms@gnu.org> | 31 | 2002-10-26 Richard M. Stallman <rms@gnu.org> |
| 22 | 32 | ||
| 23 | * progmodes/make-mode.el (makefile-cleanup-continuations): | 33 | * progmodes/make-mode.el (makefile-cleanup-continuations): |
| @@ -29,7 +39,7 @@ | |||
| 29 | Delete debugging setq. | 39 | Delete debugging setq. |
| 30 | 40 | ||
| 31 | * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d | 41 | * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d |
| 32 | after looking in ~. | 42 | after looking in ~. |
| 33 | 43 | ||
| 34 | * startup.el (command-line): Look for .emacs under ~/.emacs.d | 44 | * startup.el (command-line): Look for .emacs under ~/.emacs.d |
| 35 | after looking in ~. | 45 | after looking in ~. |
| @@ -56,11 +66,6 @@ | |||
| 56 | 66 | ||
| 57 | * Makefile.in (compile-always): Avoid error in old Bash versions. | 67 | * Makefile.in (compile-always): Avoid error in old Bash versions. |
| 58 | 68 | ||
| 59 | 2002-10-27 Kim F. Storm <storm@cua.dk> | ||
| 60 | |||
| 61 | * pcvs.el (cvs-checkout): Use read-directory-name. | ||
| 62 | (cvs-query-directory): Likewise. | ||
| 63 | |||
| 64 | 2002-10-26 John Paul Wallington <jpw@shootybangbang.com> | 69 | 2002-10-26 John Paul Wallington <jpw@shootybangbang.com> |
| 65 | 70 | ||
| 66 | * textmodes/picture.el (picture-mouse-set-point): New command. | 71 | * textmodes/picture.el (picture-mouse-set-point): New command. |
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index a722ae62484..76f430d6785 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -632,7 +632,7 @@ This variable's value takes effect when `grep-compute-defaults' is called.") | |||
| 632 | (defvar grep-find-use-xargs nil | 632 | (defvar grep-find-use-xargs nil |
| 633 | "Whether \\[grep-find] uses the `xargs' utility by default. | 633 | "Whether \\[grep-find] uses the `xargs' utility by default. |
| 634 | 634 | ||
| 635 | If nil, it uses `grep -exec'; if `gnu', it uses `find -print0' and `xargs -0'; | 635 | If nil, it uses `find -exec'; if `gnu', it uses `find -print0' and `xargs -0'; |
| 636 | if not nil and not `gnu', it uses `find -print' and `xargs'. | 636 | if not nil and not `gnu', it uses `find -print' and `xargs'. |
| 637 | 637 | ||
| 638 | This variable's value takes effect when `grep-compute-defaults' is called.") | 638 | This variable's value takes effect when `grep-compute-defaults' is called.") |
| @@ -922,7 +922,7 @@ those sub directories of DIR." | |||
| 922 | (if (stringp subdirs) | 922 | (if (stringp subdirs) |
| 923 | subdirs | 923 | subdirs |
| 924 | (mapconcat 'identity subdirs " ")) | 924 | (mapconcat 'identity subdirs " ")) |
| 925 | nil) ;; we change default-directory to dir | 925 | nil) ;; we change default-directory to dir |
| 926 | (and grep-tree-ignore-CVS-directories "-path '*/CVS' -prune -o ") | 926 | (and grep-tree-ignore-CVS-directories "-path '*/CVS' -prune -o ") |
| 927 | grep-tree-ignore-case)) | 927 | grep-tree-ignore-case)) |
| 928 | (default-directory dir) | 928 | (default-directory dir) |
| @@ -948,9 +948,9 @@ Likewise if `compilation-buffer-name-function' is non-nil. | |||
| 948 | If current buffer is in Compilation mode for the same mode name | 948 | If current buffer is in Compilation mode for the same mode name |
| 949 | return the name of the current buffer, so that it gets reused. | 949 | return the name of the current buffer, so that it gets reused. |
| 950 | Otherwise, construct a buffer name from MODE-NAME." | 950 | Otherwise, construct a buffer name from MODE-NAME." |
| 951 | (cond (name-function | 951 | (cond (name-function |
| 952 | (funcall name-function mode-name)) | 952 | (funcall name-function mode-name)) |
| 953 | (compilation-buffer-name-function | 953 | (compilation-buffer-name-function |
| 954 | (funcall compilation-buffer-name-function mode-name)) | 954 | (funcall compilation-buffer-name-function mode-name)) |
| 955 | ((and (eq major-mode 'compilation-mode) | 955 | ((and (eq major-mode 'compilation-mode) |
| 956 | (equal mode-name (nth 2 compilation-arguments))) | 956 | (equal mode-name (nth 2 compilation-arguments))) |