# HG changeset patch # User Oleksandr Gavenko # Date 1288296531 -10800 # Node ID 6662cd4e7a05ff628f26c5afc8c9e3ea2a163c08 # Parent 01ea09b00f76c9ed7e4f53d3d10bf431b212bad7# Parent eb7d261fa5399e19528aecfcc7cb5754b39f0c68 Automated merge with file:///cygdrive/e/srv/hg/dot-emacs diff -r 01ea09b00f76 -r 6662cd4e7a05 .emacs-my --- a/.emacs-my Thu Oct 21 16:33:32 2010 +0300 +++ b/.emacs-my Thu Oct 28 23:08:51 2010 +0300 @@ -242,17 +242,16 @@ ;;; switching, creating, selecting buffers. (iswitchb-mode 1) -(setq iswitchb-buffer-ignore nil) -(mapc (lambda (arg) (add-to-list 'iswitchb-buffer-ignore arg)) - '("^ " - "^\*Buffer" - "^\*Completions\*" - "^\*tramp" - "^\*Dired log\*" - "^\*Help\*" - "^\*Quail Completions\*" - "^\*Disabled Command\*" - )) +(setq iswitchb-buffer-ignore + '("^ " + "^\*Buffer" + "^\*Completions\*" + "^\*tramp" + "^\*Dired log\*" + "^\*Help\*" + "^\*Quail Completions\*" + "^\*Disabled Command\*" + )) (require 'uniquify) (setq uniquify-buffer-name-style 'post-forward)