# HG changeset patch # User Richard M. Stallman # Date 1051969860 0 # Node ID 2fb36b4b42f5f91e22db425c6653b1820a5d3e83 # Parent f9cbd74b1337513d727d253ccb3a1ca4dd7b02b3 (uniquify-ignore-buffers-re): Change default to match some Gnus buffers. diff -r f9cbd74b1337 -r 2fb36b4b42f5 lisp/uniquify.el --- a/lisp/uniquify.el Sat May 03 13:50:14 2003 +0000 +++ b/lisp/uniquify.el Sat May 03 13:51:00 2003 +0000 @@ -127,7 +127,8 @@ :type 'boolean :group 'uniquify) -(defcustom uniquify-ignore-buffers-re nil +;; The default value matches certain Gnus buffers. +(defcustom uniquify-ignore-buffers-re "^\\*\\(un\\)?sent " "*Regular expression matching buffer names that should not be uniquified. For instance, set this to \"^draft-[0-9]+$\" to avoid having uniquify rename draft buffers even if `uniquify-after-kill-buffer-p' is non-nil and the