Add space, looks cleaner

This commit is contained in:
Tom Willemsen 2012-10-20 18:41:40 +02:00
parent a7b2ffc1c6
commit 0a9e0ee7c9

2
ogi.el
View file

@ -55,7 +55,7 @@
;;;###autoload ;;;###autoload
(defun ogi-insert (project) (defun ogi-insert (project)
"Insert (new) issues for PROJECT under the current entry." "Insert (new) issues for PROJECT under the current entry."
(interactive "MGet issues for:") (interactive "MGet issues for: ")
(goto-char (point-max)) (goto-char (point-max))
(mapc (lambda (issue) (mapc (lambda (issue)
(let ((id (number-to-string (ogiprop issue id)))) (let ((id (number-to-string (ogiprop issue id))))