Add space, looks cleaner
This commit is contained in:
parent
a7b2ffc1c6
commit
0a9e0ee7c9
1 changed files with 1 additions and 1 deletions
2
ogi.el
2
ogi.el
|
@ -55,7 +55,7 @@
|
|||
;;;###autoload
|
||||
(defun ogi-insert (project)
|
||||
"Insert (new) issues for PROJECT under the current entry."
|
||||
(interactive "MGet issues for:")
|
||||
(interactive "MGet issues for: ")
|
||||
(goto-char (point-max))
|
||||
(mapc (lambda (issue)
|
||||
(let ((id (number-to-string (ogiprop issue id))))
|
||||
|
|
Loading…
Reference in a new issue