Don't prefix bookmark name with VC backend name
* lisp/vc/vc-dir.el (vc-dir-bookmark-make-record): Remove prefix from bookmark name.
This commit is contained in:
parent
7c99526435
commit
a1617f070b
1 changed files with 2 additions and 3 deletions
|
@ -1538,9 +1538,8 @@ These are the commands available for use in the file status buffer:
|
|||
This implements the `bookmark-make-record-function' type for
|
||||
`vc-dir' buffers."
|
||||
(let* ((bookmark-name
|
||||
(concat "(" (symbol-name vc-dir-backend) ") "
|
||||
(file-name-nondirectory
|
||||
(directory-file-name default-directory))))
|
||||
(file-name-nondirectory
|
||||
(directory-file-name default-directory)))
|
||||
(defaults (list bookmark-name default-directory)))
|
||||
`(,bookmark-name
|
||||
,@(bookmark-make-record-default 'no-file)
|
||||
|
|
Loading…
Add table
Reference in a new issue