From: Lars Ingebrigtsen Date: Wed, 11 May 2022 13:13:37 +0000 (+0200) Subject: Add grep-files-aliases entry for .am files X-Git-Tag: emacs-29.0.90~1910^2~802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e4c62a156f6440a9144f43875a9ad3ebfbc05d0;p=emacs.git Add grep-files-aliases entry for .am files * lisp/progmodes/grep.el (grep-files-aliases): Add an alias for .am files (bug#16921). --- diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 7620536b4b6..a8d743b87a8 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -215,6 +215,7 @@ by `grep-compute-defaults'; to change the default value, use ("hh" . "*.hxx *.hpp *.[Hh] *.HH *.h++") ("h" . "*.h") ("l" . "[Cc]hange[Ll]og*") + ("am" . "Makefile.am GNUmakefile *.mk") ("m" . "[Mm]akefile*") ("tex" . "*.tex") ("texi" . "*.texi")