Skip to content

Commit

Permalink
last patch requires this new initial setting
Browse files Browse the repository at this point in the history
svn path=/bioperl-dev/branches/bioperl-mode-multipath-branch/; revision=16029
  • Loading branch information
maj committed Sep 7, 2009
1 parent 58b885b commit 409be34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-lisp/bioperl-mode.el
Expand Up @@ -171,7 +171,7 @@ in `bioperl-cached-module'.")
"Contains the filepath whose method pod information is
currently stored in `bioperl-method-pod-cache'.")

(defvar bioperl-module-names-cache nil
(defvar bioperl-module-names-cache '( ("Bio" . nil) )
"Storage for an alist tree structure of available module names.
Structure follows the Bio library tree:
( (\"Bio\" \"Seq\" ( \"SeqIO\" \"fasta\" \"msf\" ...) \"PrimarySeqI\" ... ) )
Expand Down

0 comments on commit 409be34

Please sign in to comment.