aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cedet/semantic/symref/grep.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cedet/semantic/symref/grep.el b/lisp/cedet/semantic/symref/grep.el
index 868e6c3f726..36e97da818d 100644
--- a/lisp/cedet/semantic/symref/grep.el
+++ b/lisp/cedet/semantic/symref/grep.el
@@ -50,6 +50,7 @@ and those hits returned.")
50 "Rakefile" "Thorfile" "Capfile" "Guardfile" "Vagrantfile") 50 "Rakefile" "Thorfile" "Capfile" "Guardfile" "Vagrantfile")
51 (perl-mode "*.pl" "*.PL") 51 (perl-mode "*.pl" "*.PL")
52 (cperl-mode "*.pl" "*.PL") 52 (cperl-mode "*.pl" "*.PL")
53 (lisp-interaction-mode "*.el" "*.ede" ".emacs" "_emacs")
53 ) 54 )
54 "List of major modes and file extension pattern. 55 "List of major modes and file extension pattern.
55See find -name man page for format.") 56See find -name man page for format.")