From 8ab669205c376df6caf35bb06e4c2c8d0ef0671e Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 22 Feb 2019 07:09:34 +0100 Subject: [PATCH] Minor code cleanup in gpolonkai/enclose-region --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 750f6ea..3fa2126 100644 --- a/configuration.org +++ b/configuration.org @@ -305,7 +305,8 @@ member of the pair." (setq open character close character)) (unless (use-region-p) - (setq start (point) end (point))) + (setq start (point) + end (point))) (save-excursion (goto-char end) (insert-char close)