From: Glenn Morris Date: Fri, 4 Jan 2008 03:13:43 +0000 (+0000) Subject: (find-name-arg): Declare for compiler. X-Git-Tag: emacs-pretest-23.0.90~8711 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26dac56cb6f2adb36113b05af3d389320bbc645f;p=emacs.git (find-name-arg): Declare for compiler. --- diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 101e8f12e3f..e3ddb392582 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -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 @@ 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)