Skip to content

Commit

Permalink
Show all notes in the note tree (Emacs frontend.)
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Apr 8, 2009
1 parent 807df2e commit 49a0702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emacs/scion.el
Original file line number Diff line number Diff line change
Expand Up @@ -1810,8 +1810,8 @@ The overlay has several properties:
notes)
(let ((alist (list (cons :error errs)
(cons :warning warns))))
(loop for (severity . notes) in alist
collect (scion-tree-for-severity severity notes nil)))))
(loop for (severity . sev-notes) in alist
collect (scion-tree-for-severity severity sev-notes nil)))))

(defun scion-tree-for-severity (severity notes collapsed-p)
(make-scion-tree :item (format "%s (%d)"
Expand Down

0 comments on commit 49a0702

Please sign in to comment.