From fe5cf0a9e0052d9cf63eecf74345a3ce195acc6f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 19 Jun 2016 16:11:13 -0700 Subject: [PATCH] Make all initargs to gh-repos-repo keyword symbols --- gh-repos.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gh-repos.el b/gh-repos.el index c4b1eb8..0ebe2b5 100644 --- a/gh-repos.el +++ b/gh-repos.el @@ -70,13 +70,13 @@ (mirror-url :initarg :mirror-url) (owner :initarg :owner :initform nil) (id :initarg :id) - (full-name :initarg full-name) + (full-name :initarg :full-name) (language :initarg :language) (fork :initarg :fork) (forks :initarg :forks) - (forks-count :initarg forks-count) + (forks-count :initarg :forks-count) (watchers :initarg :watchers) - (watchers-count :initarg watchers-count) + (watchers-count :initarg :watchers-count) (stargazers-count :initarg :stargazers-count) (size :initarg :size) (master-branch :initarg :master-branch)