Ver a proveniência

Fix func name

master
10sr há 5 anos
ascendente
cometimento
5a250cc5f0
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Ver ficheiro

@@ -2084,8 +2084,8 @@ initializing."
(bname (format "*GitBug<%s>*" name)))
(with-current-buffer (get-buffer-create bname)
(cd root)
(git-bug--set-tabulated-list-mode-variables)
(git-bug-mode)
(git-bug-ls--set-tabulated-list-mode-variables)
(git-bug-ls-mode)
(current-buffer))))

(defun git-bug--get-repository-root (dir)


Carregando…
Cancelar
Guardar