diff options
author | William Xu <william.xwl@gmail.com> | 2009-12-24 20:23:55 +0800 |
---|---|---|
committer | William Xu <william.xwl@gmail.com> | 2009-12-24 20:23:55 +0800 |
commit | 731ac90ef70b6e9874a396f0c69dbf8be2fff83f (patch) | |
tree | ce086dea38ea762fc5edfff355b53b57fc7dd377 /lisp | |
parent | 90f3ed8450328cdf5677458bde6cab872f547461 (diff) |
emms-browser-top-level-type: Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-browser.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-browser.el b/lisp/emms-browser.el index 6f8d696..28fe8f2 100644 --- a/lisp/emms-browser.el +++ b/lisp/emms-browser.el @@ -420,7 +420,7 @@ Called once for each directory." (defvar emms-browser-top-level-type nil "The current mapping type, eg. 'info-artist.") -(make-variable-buffer-local 'emms-browser-top-level-hash) +(make-variable-buffer-local 'emms-browser-top-level-type) (defvar emms-browser-current-indent nil "Used to override the current indent, for the playlist, etc.") |