Skip to content

Commit

Permalink
Marker keywordsearch fixed for elisp.
Browse files Browse the repository at this point in the history
  • Loading branch information
tj64 committed Jun 5, 2014
1 parent dda7a95 commit 57396a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navi-mode.el
Expand Up @@ -587,7 +587,7 @@ regexp and performs an occur-search with it."
(:hook . "-hook-?")
(:lambda . "(lambda (")
(:ert . "^[[:space:]]*(ert-")
(:marker . "^[[:space:]]*([a-z]+-marker ")
(:marker . "^[[:space:]]*([a-z]+-marker")
(:require . "^[[:space:]]*([a-z-]*require ")
(:eval-after-load
. "^[[:space:]]*(eval-after-load ")))
Expand Down

0 comments on commit 57396a1

Please sign in to comment.