From c3e9271bb72f8307131acc4267622ad24a59efa2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 31 Aug 2020 14:24:43 -0700 Subject: reflow --- .emacs.d/init-spw.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el index c3940467..4fa7b01c 100644 --- a/.emacs.d/init-spw.el +++ b/.emacs.d/init-spw.el @@ -1610,7 +1610,8 @@ making indirect clones." (let (buffers (clones-hash (make-hash-table)) mode - (root-name (if (string-match "\\`\\(.+\\)<[0-9]+>\\'" (buffer-name buffer)) + (root-name (if (string-match "\\`\\(.+\\)<[0-9]+>\\'" + (buffer-name buffer)) (match-string 1 (buffer-name buffer)) (buffer-name buffer)))) (let* ((clones-regexp -- cgit v1.2.3