comparison 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
comparison
equal deleted inserted replaced
478:09855058eefc 479:52626a2f02ef
812 grep-command 'grep-all-files-history)))) 812 grep-command 'grep-all-files-history))))
813 (require 'compile) 813 (require 'compile)
814 (grep (construct-grep-all-files-command 814 (grep (construct-grep-all-files-command
815 "-name . -or -type d -prune -or" command))) 815 "-name . -or -type d -prune -or" command)))
816 816
817 (defun grep-all-files-in-current-directory-and-below () 817 (defun grep-all-files-in-current-directory-and-below (command)
818 "Run `grep' in all non-annoying files in the current directory and below. 818 "Run `grep' in all non-annoying files in the current directory and below.
819 `Non-annoying' excludes backup files, autosave files, CVS merge files, etc. 819 `Non-annoying' excludes backup files, autosave files, CVS merge files, etc.
820 More specifically, this is controlled by `grep-all-files-omitted-expressions'. 820 More specifically, this is controlled by `grep-all-files-omitted-expressions'.
821 821
822 This function recurses into subdirectories. If you do not want this, 822 This function recurses into subdirectories. If you do not want this,