Skip to content

Commit 57f6bce

Browse files
committed
remove stray parenthesis
1 parent d75ad2b commit 57f6bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-projectile.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ location of the filepath cache."
263263
;; selected entry. We return a marker where the dummy subheading
264264
;; was created so that it can be deleted later.
265265
(when (and for-insert (not (save-excursion (org-goto-first-child))))
266-
(save-excursion (org-insert-subheading nil) (point-marker)))))
266+
(save-excursion (org-insert-subheading nil) (point-marker))))
267267

268268
(defun org-projectile:file-truename (filepath)
269269
(when filepath

0 commit comments

Comments
 (0)