diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-04 03:13:43 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-04 03:13:43 +0000 |
commit | 26dac56cb6f2adb36113b05af3d389320bbc645f (patch) | |
tree | 77c02da809ba8b1f56c148330477e7bf5cb98083 /lisp/progmodes/grep.el | |
parent | e61aad2fb8fe97b13e78874655d45b302a9bac17 (diff) | |
download | emacs-26dac56cb6f2adb36113b05af3d389320bbc645f.tar.gz |
(find-name-arg): Declare for compiler.
Diffstat (limited to 'lisp/progmodes/grep.el')
-rw-r--r-- | lisp/progmodes/grep.el | 4 |
1 files changed, 3 insertions, 1 deletions
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 <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) |