branch: externals/bufferlo
commit 3a070053ff3abddef7609d2aaa1daee38441c993
Author: shipmints <shipmi...@gmail.com>
Commit: shipmints <shipmi...@gmail.com>

    Removed superfluous space in switch-to-prev-buffer-skip-regexp example
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 4816882ed8..90d08e67c2 100644
--- a/README.org
+++ b/README.org
@@ -802,7 +802,7 @@ feature to Emacs 31.
     (setq switch-to-prev-buffer-skip-regexp
           (concat "\\` *"
                   
"\\(\\*\\(Messages\\|Ibuffer\\|scratch\\|Completions\\|Help\\|Warnings\\|Apropos\\|vc-diff\\)\\*\\)"
-                  "\\|" (rx  "*helpful " (1+ anything) "*")
+                  "\\|" (rx "*helpful " (1+ anything) "*")
                   "\\'"))
     (setq bufferlo-kill-buffers-prompt t)
     (setq bufferlo-bookmark-prefer-saveplace-point t)

Reply via email to