Add semantic-symref-filepattern-alist entry for lisp-interaction-mode
* lisp/cedet/semantic/symref/grep.el (semantic-symref-filepattern-alist): Add entry for lisp-interaction-mode (http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23223#47)
This commit is contained in:
parent
cc0b713210
commit
24b87a1d4a
1 changed files with 1 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue