changeset 87560:62e8690b9f1a

(find-name-arg): Declare for compiler.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Jan 2008 03:13:43 +0000
parents 59f471917fe0
children 5af270d1dbdc
files lisp/progmodes/grep.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <roland@gnu.org>
 ;; Maintainer: FSF
@@ -788,6 +789,7 @@
 	    (setq default-directory dir))))))
 
 
+(defvar find-name-arg)                  ; autoloaded
 
 ;;;###autoload
 (defun rgrep (regexp &optional files dir)