Paren typo.
This commit is contained in:
parent
70ef885744
commit
3af36712d1
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue