branch: externals/tempel
commit 963128fb66aaf9667c2237663626f802032fc834
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Minor fix
---
tempel.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tempel.el b/tempel.el
index b692a4972d..7740897a35 100644
--- a/tempel.el
+++ b/tempel.el
@@ -247,8 +247,7 @@ INIT is the optional initial input."
(insert "\n")))
('% (unless (or (eolp) (save-excursion (re-search-forward "\\=\\s-*$" nil
t)))
(insert "\n")))
- ('o (unless (or region (eolp)
- (save-excursion (re-search-forward "\\=\\s-*$" nil t)))
+ ('o (unless (or (eolp) (save-excursion (re-search-forward "\\=\\s-*$" nil
t)))
(open-line 1)))
('p (tempel--field st))
(`(s ,name) (tempel--field st name))