# HG changeset patch # User Glenn Morris # Date 1199416423 0 # Node ID 62e8690b9f1a4c896002a04d3ebe148eef6fbfe2 # Parent 59f471917fe033d06979719b37857c0a5c1935e9 (find-name-arg): Declare for compiler. diff -r 59f471917fe0 -r 62e8690b9f1a lisp/progmodes/grep.el --- a/lisp/progmodes/grep.el Fri Jan 04 03:13:26 2008 +0000 +++ b/lisp/progmodes/grep.el Fri Jan 04 03:13:43 2008 +0000 @@ -1,7 +1,8 @@ ;;; grep.el --- run Grep as inferior of Emacs, parse match messages ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;; Free Software Foundation, Inc. ;; Author: Roland McGrath ;; Maintainer: FSF @@ -788,6 +789,7 @@ (setq default-directory dir)))))) +(defvar find-name-arg) ; autoloaded ;;;###autoload (defun rgrep (regexp &optional files dir)