Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamirault committed Apr 19, 2015
2 parents 26d5ea9 + 5dab068 commit 527f634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gitlab-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
(assoc-default 'name p)
(assoc-default 'name owner)
(assoc-default 'name namespace)
(assoc-default 'description p)))))
(replace-regexp-in-string "\^M\\|\n" " " (assoc-default 'description p))))))
projects))


;; Issues

(defun gitlab-goto-issue ()
Expand Down

0 comments on commit 527f634

Please sign in to comment.