]> git.eshelyaron.com Git - emacs.git/commitdiff
(uniquify-ignore-buffers-re): Change default to match some Gnus buffers.
authorRichard M. Stallman <rms@gnu.org>
Sat, 3 May 2003 13:51:00 +0000 (13:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 3 May 2003 13:51:00 +0000 (13:51 +0000)
lisp/uniquify.el

index 28f231a1e42360d7745c3e11a7561f3f7cf76768..8842a491363bd39dce39c223d3c271720446b6d0 100644 (file)
@@ -127,7 +127,8 @@ other buffer names are changed."
   :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