diff etc/sample.init.el @ 479:52626a2f02ef

[xemacs-hg @ 2001-04-20 11:31:53 by ben] about/news changes, already in 21.4
author ben
date Fri, 20 Apr 2001 11:32:27 +0000
parents 5aa1854ad537
children ed498ef2108b
line wrap: on
line diff
--- a/etc/sample.init.el	Thu Apr 19 06:59:50 2001 +0000
+++ b/etc/sample.init.el	Fri Apr 20 11:32:27 2001 +0000
@@ -814,7 +814,7 @@
   (grep (construct-grep-all-files-command
 	 "-name . -or -type d -prune -or" command)))
 
-(defun grep-all-files-in-current-directory-and-below ()
+(defun grep-all-files-in-current-directory-and-below (command)
   "Run `grep' in all non-annoying files in the current directory and below.
 `Non-annoying' excludes backup files, autosave files, CVS merge files, etc.
 More specifically, this is controlled by `grep-all-files-omitted-expressions'.