Skip to content

Commit 0e44df6

Browse files
committed
Adapt to change to magit-ref-namespaces in Magit
1 parent 1b06448 commit 0e44df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

magit-stgit.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; magit-stgit.el --- StGit extension for Magit
22

3-
;; Copyright (C) 2011-2015 The Magit Project Contributors
3+
;; Copyright (C) 2011-2017 The Magit Project Contributors
44

55
;; Author: Lluís Vilanova <[email protected]>
66
;; Maintainer: Lluís Vilanova <[email protected]>
@@ -99,7 +99,7 @@
9999
:group 'magit-stgit-faces)
100100

101101
(add-to-list 'magit-ref-namespaces
102-
'("^refs/patches/\\(.+\\)" magit-stgit-patch nil))
102+
(cons "^refs/patches/\\(.+\\)" 'magit-stgit-patch))
103103

104104
(defface magit-stgit-current
105105
'((((background dark)) (:weight bold :foreground "yellow"))

0 commit comments

Comments
 (0)