mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
Add grep-files-aliases entry for .am files
* lisp/progmodes/grep.el (grep-files-aliases): Add an alias for .am files (bug#16921).
This commit is contained in:
parent
c113f2626e
commit
4e4c62a156
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user