]> code.delx.au - gnu-emacs/commitdiff
(find-name-arg): Declare for compiler.
authorGlenn Morris <rgm@gnu.org>
Fri, 4 Jan 2008 03:13:43 +0000 (03:13 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 4 Jan 2008 03:13:43 +0000 (03:13 +0000)
lisp/progmodes/grep.el

index 101e8f12e3f44d67cb77c13295f82a9e4aa150ff..e3ddb392582b12693c1261fcd25449e705d6a8ea 100644 (file)
@@ -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 @@ This command shares argument histories with \\[rgrep] and \\[grep]."
            (setq default-directory dir))))))
 
 
+(defvar find-name-arg)                  ; autoloaded
 
 ;;;###autoload
 (defun rgrep (regexp &optional files dir)