Fix regex escape syntax.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 01 Apr 2013 01:27:34 +0300
changeset 1043 700ff41179c5
parent 1042 b66fa2c46734
child 1044 84d453ec622e
Fix regex escape syntax.
.emacs-my
--- a/.emacs-my	Sun Mar 31 19:18:38 2013 +0300
+++ b/.emacs-my	Mon Apr 01 01:27:34 2013 +0300
@@ -753,12 +753,12 @@
 (setq iswitchb-use-virtual-buffers t)
 (setq iswitchb-buffer-ignore
       '("^ "
-        "^\*Buffer"
-        "^\*Completions\*"
-        "^\*tramp"
-        "^\*Dired log\*"
-        "^\*Quail Completions\*"
-        "^\*Disabled Command\*"
+        "^\\*Buffer"
+        "^\\*Completions\\*"
+        "^\\*tramp"
+        "^\\*Dired log\\*"
+        "^\\*Quail Completions\\*"
+        "^\\*Disabled Command\\*"
         "^TAGS"
         ))