.emacs-my
changeset 1043 700ff41179c5
parent 1041 0b70ed39332f
child 1044 84d453ec622e
--- 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"
         ))