Ignore:
Timestamp:
05/04/2020 01:45:44 AM (4 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
org-autofocus
revision id:
dsowen@fugue88.ws-20200504014544-wbq97a8679yxkxr8
Message:

Remove extra SAVE-EXCURSION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/org-autofocus.el

    r13 r14  
    130130                                              (1+ (line-end-position)))))
    131131        (goto-char (point-max))
    132         (save-excursion
    133           (insert text))))))
     132        (insert text)))))
    134133
    135134
Note: See TracChangeset for help on using the changeset viewer.