Procházet zdrojové kódy

Add git-bug-ls

master
10sr před 5 roky
rodič
revize
84d5b4f4f4
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Zobrazit soubor

@@ -2297,6 +2297,11 @@ Used by `git-bug-ls'.")
(goto-char (point-at-bol)))
bugs)))

(defun git-bug-ls ()
"Open and select git bug list buffer."
(interactive)
(pop-to-buffer (git-bug-ls-noselect)))

(defun git-bug-ls-noselect (&optional directory)
"Open git bug list buffer.



Načítá se…
Zrušit
Uložit