diff options
author | Kim F. Storm <storm@cua.dk> | 2002-05-30 22:10:51 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-05-30 22:10:51 +0000 |
commit | b186095c507d229b3d21b6709c076a8d1a8c199d (patch) | |
tree | 7ee0c5dd62027231842d4de8b014597435fc5e22 | |
parent | a71867c57a8b9dad886c4d86af2041aee1d009f8 (diff) | |
download | emacs-b186095c507d229b3d21b6709c076a8d1a8c199d.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6e385a7e8da..3dde149e5b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2002-05-31 Kim F. Storm <storm@cua.dk> + + * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases) + (grep-tree-ignore-CVS-directories, grep-tree-ignore-case): + New custom variables. + (grep-compute-defaults): Compute grep-tree-command's default value. + (grep-expand-command-macros): New aux function. + (grep-tree-last-regexp, grep-tree-last-files): New aux variables. + (grep-tree): New command like grep-find but extended prompting. + 2002-05-30 Richard M. Stallman <rms@gnu.org> * files.el (find-file-default): Add defvar for var already used. |