emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el,v
Date: Fri, 11 Jul 2008 02:44:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/11 02:44:10

Index: progmodes/grep.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/grep.el,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -b -r1.94 -r1.95
--- progmodes/grep.el   8 May 2008 17:28:05 -0000       1.94
+++ progmodes/grep.el   11 Jul 2008 02:44:10 -0000      1.95
@@ -144,7 +144,9 @@
 (defcustom grep-files-aliases
   '(("asm" .    "*.[sS]")
     ("c" .     "*.c")
-    ("cc" .    "*.cc")
+    ("cc" .    "*.cc *.cxx *.cpp *.C *.CC *.c++")
+    ("cchh" .    "*.cc *.[ch]xx *.[ch]pp *.[CHh] *.CC *.HH *.[ch]++")
+    ("hh" .    "*.hxx *.hpp *.[Hh] *.HH *.h++")
     ("ch" .    "*.[ch]")
     ("el" .    "*.el")
     ("h" .     "*.h")




reply via email to

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