lisp/bs.el (bs--goto-current-buffer): Fix thinko in last commit
This commit is contained in:
parent
0469f41ac2
commit
c522428b33
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ SORT-DESCRIPTION is an element of `bs-sort-functions'."
|
|||
"Go to line which represents the current buffer.
|
||||
Actually, it goes to the line which begins with the character
|
||||
in `bs-string-current' or `bs-string-current-marked'."
|
||||
(let ((regexp (concat "\\`"
|
||||
(let ((regexp (concat "^"
|
||||
(regexp-opt (list bs-string-current
|
||||
bs-string-current-marked))))
|
||||
point)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue