summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-05-11 15:13:37 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-05-11 15:13:37 +0200
commit4e4c62a156f6440a9144f43875a9ad3ebfbc05d0 (patch)
tree8f44d26f3cf826e388f4aed054377b33dc6bfcce /lisp/progmodes/grep.el
parentc113f2626e58a1d3b98bdf364902f53caa2dc3a8 (diff)
downloademacs-4e4c62a156f6440a9144f43875a9ad3ebfbc05d0.tar.gz
Add grep-files-aliases entry for .am files
* lisp/progmodes/grep.el (grep-files-aliases): Add an alias for .am files (bug#16921).
Diffstat (limited to 'lisp/progmodes/grep.el')
-rw-r--r--lisp/progmodes/grep.el1
1 files changed, 1 insertions, 0 deletions
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")