]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/symref/grep.el
Add semantic-symref-filepattern-alist entry for lisp-interaction-mode
[gnu-emacs] / lisp / cedet / semantic / symref / grep.el
index 868e6c3f726c0265aeb1f1c792ec43e4fafc7e4b..36e97da818df9fab00d4ad0733f6e706589211bd 100644 (file)
@@ -50,6 +50,7 @@ and those hits returned.")
                "Rakefile" "Thorfile" "Capfile" "Guardfile" "Vagrantfile")
     (perl-mode "*.pl" "*.PL")
     (cperl-mode "*.pl" "*.PL")
+    (lisp-interaction-mode "*.el" "*.ede" ".emacs" "_emacs")
     )
   "List of major modes and file extension pattern.
 See find -name man page for format.")