Skip to content

Commit

Permalink
Some correction made on function collect-same-mode-buffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitypig committed Dec 4, 2010
1 parent 2b4a26e commit 2e076b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell-pop.el
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ so that the newly invoked shell buffer is contained in this list."
(save-excursion
(set-buffer b)
(when (equal major-mode major-mode-name)
(add-to-list 'ret b))))
(add-to-list 'ret b t))))
ret))

(defun shell-pop-set-window-height (number)
Expand Down

0 comments on commit 2e076b4

Please sign in to comment.