Paren typo.

This commit is contained in:
Stefan Monnier 2008-06-25 15:15:39 +00:00
parent 70ef885744
commit 3af36712d1

View file

@ -815,8 +815,8 @@ Leave Buffer Selection Menu."
"Save buffer on current line."
(interactive)
(with-current-buffer (bs--current-buffer)
(save-buffer)
(bs--update-current-line))
(save-buffer))
(bs--update-current-line))
(defun bs-visit-tags-table ()
"Visit the tags table in the buffer on this line.