emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4e4c62a156: Add grep-files-aliases entry for .am files


From: Lars Ingebrigtsen
Subject: master 4e4c62a156: Add grep-files-aliases entry for .am files
Date: Wed, 11 May 2022 09:14:20 -0400 (EDT)

branch: master
commit 4e4c62a156f6440a9144f43875a9ad3ebfbc05d0
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 7620536b4b..a8d743b87a 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]