From 4e4c62a156f6440a9144f43875a9ad3ebfbc05d0 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 11 May 2022 15:13:37 +0200 Subject: [PATCH] Add grep-files-aliases entry for .am files * lisp/progmodes/grep.el (grep-files-aliases): Add an alias for .am files (bug#16921). --- lisp/progmodes/grep.el | 1 + 1 file changed, 1 insertion(+) 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") -- 2.39.2