Skip to content

Commit

Permalink
Extra closing paren made it in
Browse files Browse the repository at this point in the history
  • Loading branch information
ahungry committed Aug 9, 2018
1 parent 97c8100 commit eba6165
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: emacs-lisp
sudo: false
env:
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-25.2-travis
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
- EVM_EMACS=emacs-git-snapshot-travis
script:
- make test
2 changes: 1 addition & 1 deletion org-jira.el
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ representing ISSUE."

))))))
issues)
(switch-to-buffer project-buffer)))
(switch-to-buffer project-buffer))

;;;###autoload
(defun org-jira-update-comment ()
Expand Down

0 comments on commit eba6165

Please sign in to comment.